close tooltip and scroll toolbar to start on closing

This commit is contained in:
ammarahm-ed
2021-02-08 16:00:51 +05:00
parent 1885f940db
commit 87d5de6a09
5 changed files with 20 additions and 35 deletions

View File

@@ -57,6 +57,7 @@ const onChangeTab = async (obj) => {
if (getNote()?.locked) {
eSendEvent(eClearEditor);
}
eSendEvent("showTooltip");
editing.movedAway = true;
tiny.call(EditorWebView, tiny.blur);
}