do not blur editor

This commit is contained in:
ammarahm-ed
2021-02-22 10:26:15 +05:00
parent 5191f149f3
commit 4b467b32bb

View File

@@ -68,9 +68,6 @@ function init_tiny(size) {
editor.on('focus', () => {
reactNativeEventHandler('focus', 'editor');
});
editor.on('blur', () => {
reactNativeEventHandler('focus', null);
});
editor.on('SetContent', (event) => {
if (!event.paste) {
reactNativeEventHandler('noteLoaded', true);