disable-licensing-limits: fix patch
This commit is contained in:
parent
67e4ae3433
commit
72bf9f201f
1 changed files with 9 additions and 9 deletions
|
@ -121,10 +121,10 @@ index e8e1308f..23f7e2ef 100644
|
||||||
|
|
||||||
build-date: $(GRUNT_FILES)
|
build-date: $(GRUNT_FILES)
|
||||||
sed "s|\(const buildVersion = \).*|\1'${PRODUCT_VERSION}';|" -i $(COMMON_DEFINES_JS)
|
sed "s|\(const buildVersion = \).*|\1'${PRODUCT_VERSION}';|" -i $(COMMON_DEFINES_JS)
|
||||||
diff --git a/web-apps/apps/documenteditor/mobile/src/lib/web-apps/patch.jsx b/web-apps/apps/documenteditor/mobile/src/lib/web-apps/patch.jsx
|
diff --git a/web-apps/apps/documenteditor/mobile/src/lib/patch.jsx b/web-apps/apps/documenteditor/mobile/src/lib/patch.jsx
|
||||||
index 963aca451..1ee48e856 100644
|
index 963aca451..1ee48e856 100644
|
||||||
--- a/web-apps/apps/documenteditor/mobile/src/lib/web-apps/patch.jsx
|
--- a/web-apps/apps/documenteditor/mobile/src/lib/patch.jsx
|
||||||
+++ b/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 = () => {
|
@@ -4,7 +4,7 @@ const EditorUIController = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -134,10 +134,10 @@ index 963aca451..1ee48e856 100644
|
||||||
};
|
};
|
||||||
|
|
||||||
EditorUIController.getToolbarOptions = () => {
|
EditorUIController.getToolbarOptions = () => {
|
||||||
diff --git a/web-apps/apps/presentationeditor/mobile/src/lib/web-apps/patch.jsx b/web-apps/apps/presentationeditor/mobile/src/lib/web-apps/patch.jsx
|
diff --git a/web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx b/web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx
|
||||||
index ec7b37a2c..bfd879583 100644
|
index ec7b37a2c..bfd879583 100644
|
||||||
--- a/web-apps/apps/presentationeditor/mobile/src/lib/web-apps/patch.jsx
|
--- a/web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx
|
||||||
+++ b/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 @@
|
@@ -1,6 +1,6 @@
|
||||||
|
|
||||||
const EditorUIController = () => null;
|
const EditorUIController = () => null;
|
||||||
|
@ -146,10 +146,10 @@ index ec7b37a2c..bfd879583 100644
|
||||||
+EditorUIController.isSupportEditFeature = () => true;
|
+EditorUIController.isSupportEditFeature = () => true;
|
||||||
|
|
||||||
export default EditorUIController;
|
export default EditorUIController;
|
||||||
diff --git a/web-apps/apps/spreadsheeteditor/mobile/src/lib/web-apps/patch.jsx b/web-apps/apps/spreadsheeteditor/mobile/src/lib/web-apps/patch.jsx
|
diff --git a/web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx b/web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx
|
||||||
index ec7b37a2c..bfd879583 100644
|
index ec7b37a2c..bfd879583 100644
|
||||||
--- a/web-apps/apps/spreadsheeteditor/mobile/src/lib/web-apps/patch.jsx
|
--- a/web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx
|
||||||
+++ b/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 @@
|
@@ -1,6 +1,6 @@
|
||||||
|
|
||||||
const EditorUIController = () => null;
|
const EditorUIController = () => null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue