minor fixes in ui for tabs

This commit is contained in:
ammarahm-ed
2020-02-22 20:00:57 +05:00
parent f9997b9f84
commit cb752f3e37
10 changed files with 52 additions and 7 deletions

View File

@@ -375,6 +375,10 @@ export class DialogManager extends Component {
this.showAddTOpic();
break;
}
case 'movenote': {
moveNoteEvent();
break;
}
}
}
this.show = null;