From 8b406abba2cd34655d2d2a6d2bf2eaf24aafbd80 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 8 Jan 2021 12:24:50 +0500 Subject: [PATCH] remove load action calls inside the editor --- apps/mobile/android/app/src/main/assets/plaineditor.html | 3 --- apps/mobile/android/app/src/main/assets/texteditor.html | 1 - apps/mobile/html/Web.bundle/site/index.html | 2 -- apps/mobile/html/Web.bundle/site/plaineditor.html | 1 - 4 files changed, 7 deletions(-) diff --git a/apps/mobile/android/app/src/main/assets/plaineditor.html b/apps/mobile/android/app/src/main/assets/plaineditor.html index b5182f19e..b756b3d0e 100644 --- a/apps/mobile/android/app/src/main/assets/plaineditor.html +++ b/apps/mobile/android/app/src/main/assets/plaineditor.html @@ -69,9 +69,6 @@ setTheme(); attachEditorListeners(); } - - loadAction(); - diff --git a/apps/mobile/android/app/src/main/assets/texteditor.html b/apps/mobile/android/app/src/main/assets/texteditor.html index 89b5522fd..84fc8e496 100644 --- a/apps/mobile/android/app/src/main/assets/texteditor.html +++ b/apps/mobile/android/app/src/main/assets/texteditor.html @@ -534,7 +534,6 @@ } } - loadAction(true) diff --git a/apps/mobile/html/Web.bundle/site/index.html b/apps/mobile/html/Web.bundle/site/index.html index 84c43f295..7516c1372 100644 --- a/apps/mobile/html/Web.bundle/site/index.html +++ b/apps/mobile/html/Web.bundle/site/index.html @@ -565,8 +565,6 @@ }, 500) } } - - loadAction(true) \ No newline at end of file diff --git a/apps/mobile/html/Web.bundle/site/plaineditor.html b/apps/mobile/html/Web.bundle/site/plaineditor.html index 24d127465..53f807d78 100644 --- a/apps/mobile/html/Web.bundle/site/plaineditor.html +++ b/apps/mobile/html/Web.bundle/site/plaineditor.html @@ -70,7 +70,6 @@ setTheme(); attachEditorListeners(); } - loadAction();