disable-licensing-limits: fix patch

This commit is contained in:
Antoine Martin 2024-08-24 22:12:28 -04:00
parent 67e4ae3433
commit 0be60e9358
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -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;