From 77a87073b40606a5b8a914e722629f4fb7b1386f Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 1 Dec 2021 18:27:04 +0300 Subject: [PATCH] [forms] send editor type to desktop --- apps/documenteditor/main/index.html.deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index eab9ef0a3..afc4a3735 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -224,6 +224,7 @@ !window.native_message_cmd && (window.native_message_cmd = []); window.native_message_cmd[cmd] = param; } + window.desktop.execCommand('webapps:type', 'oform'); window.desktop.execCommand('webapps:entry', ''); }