52 lines
1.9 KiB
Diff
52 lines
1.9 KiB
Diff
|
From 692bef4561ef9978c6b8663dd618211bf526b69f Mon Sep 17 00:00:00 2001
|
||
|
From: Beeant <huangxb0512@gmail.com>
|
||
|
Date: Sat, 24 Sep 2022 21:39:36 +0800
|
||
|
Subject: [PATCH] build: license
|
||
|
|
||
|
---
|
||
|
apps/documenteditor/mobile/src/lib/web-apps/patch.jsx | 2 +-
|
||
|
apps/presentationeditor/mobile/src/lib/web-apps/patch.jsx | 2 +-
|
||
|
apps/spreadsheeteditor/mobile/src/lib/web-apps/patch.jsx | 2 +-
|
||
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/web-apps/apps/documenteditor/mobile/src/lib/web-apps/patch.jsx b/apps/documenteditor/mobile/src/lib/patch.jsx
|
||
|
index 963aca451..1ee48e856 100644
|
||
|
--- a/web-apps/apps/documenteditor/mobile/src/lib/web-apps/patch.jsx
|
||
|
+++ b/web-apps/apps/documenteditor/mobile/src/lib/patch.jsx
|
||
|
@@ -4,7 +4,7 @@ const EditorUIController = () => {
|
||
|
};
|
||
|
|
||
|
EditorUIController.isSupportEditFeature = () => {
|
||
|
- return false
|
||
|
+ return true
|
||
|
};
|
||
|
|
||
|
EditorUIController.getToolbarOptions = () => {
|
||
|
diff --git a/web-apps/apps/presentationeditor/mobile/src/lib/web-apps/patch.jsx b/apps/presentationeditor/mobile/src/lib/patch.jsx
|
||
|
index ec7b37a2c..bfd879583 100644
|
||
|
--- a/web-apps/apps/presentationeditor/mobile/src/lib/web-apps/patch.jsx
|
||
|
+++ b/web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx
|
||
|
@@ -1,6 +1,6 @@
|
||
|
|
||
|
const EditorUIController = () => null;
|
||
|
|
||
|
-EditorUIController.isSupportEditFeature = () => false;
|
||
|
+EditorUIController.isSupportEditFeature = () => true;
|
||
|
|
||
|
export default EditorUIController;
|
||
|
diff --git a/web-apps/apps/spreadsheeteditor/mobile/src/lib/web-apps/patch.jsx b/apps/spreadsheeteditor/mobile/src/lib/patch.jsx
|
||
|
index ec7b37a2c..bfd879583 100644
|
||
|
--- a/web-apps/apps/spreadsheeteditor/mobile/src/lib/web-apps/patch.jsx
|
||
|
+++ b/web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx
|
||
|
@@ -1,6 +1,6 @@
|
||
|
|
||
|
const EditorUIController = () => null;
|
||
|
|
||
|
-EditorUIController.isSupportEditFeature = () => false;
|
||
|
+EditorUIController.isSupportEditFeature = () => true;
|
||
|
|
||
|
export default EditorUIController;
|
||
|
--
|
||
|
2.31.1.windows.1
|
||
|
|