mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 07:59:48 +01:00
do not blur editor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user