Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-10-16 13:42:01 +0300
committerSzymon Kłos <szymon.klos@collabora.com>2020-10-16 13:57:29 +0300
commite44ccf633f0b6e8ade2a65cbf982b4a75a9ab5f0 (patch)
treeef5f7f696c60200548db69e4c359ca6d3897c44c /src
parent886ddb62ce5fbcb8ba210ce90c27a78066b3188a (diff)
Use correct call to notify mobile
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'src')
-rw-r--r--src/document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.js b/src/document.js
index 7aa4ac91..58ecc553 100644
--- a/src/document.js
+++ b/src/document.js
@@ -353,7 +353,7 @@ const documentsMain = {
if (msgId === 'File_Rename') {
return callMobileMessage('fileRename', args)
} else if (msgId === 'UI_Paste') {
- documentsMain.callMobileMessage('paste')
+ callMobileMessage('paste')
return
}
if (msgId === 'UI_Close') {