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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-01 16:39:08 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-13 21:34:01 +0300
commitcc654982b296a3869191800f3c7c5106d8275b08 (patch)
tree25ba2881ebe89dfe761cc8093e2ccebd04ebf399 /src/helpers/files.js
parent287d438b291de2b208f5379e92168bd16f9f5e02 (diff)
First throw on editor colors based on change tracking example of prosemirror
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/helpers/files.js')
-rw-r--r--src/helpers/files.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helpers/files.js b/src/helpers/files.js
index 205e26bc1..a8d3f81f1 100644
--- a/src/helpers/files.js
+++ b/src/helpers/files.js
@@ -23,6 +23,7 @@
import { openMimetypes } from './mime'
import RichWorkspace from '../views/RichWorkspace'
import { imagePath } from '@nextcloud/router'
+import store from '../store'
const FILE_ACTION_IDENTIFIER = 'Edit with text app'
@@ -158,6 +159,7 @@ const FilesWorkspacePlugin = {
propsData: {
path: fileList.getCurrentDirectory(),
},
+ store,
}).$mount(this.el)
fileList.$el.on('urlChanged', data => {