diff --git a/apps/mobile/html/Web.bundle/site/init.js b/apps/mobile/html/Web.bundle/site/init.js
index 98b803041..38ae95ec6 100644
--- a/apps/mobile/html/Web.bundle/site/init.js
+++ b/apps/mobile/html/Web.bundle/site/init.js
@@ -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);