diff --git a/plugins/text-editor-resources/package.json b/plugins/text-editor-resources/package.json index 5c9dd05117..9fd642347b 100644 --- a/plugins/text-editor-resources/package.json +++ b/plugins/text-editor-resources/package.json @@ -42,6 +42,7 @@ "@hcengineering/platform": "^0.6.11", "svelte": "^4.2.12", "@hcengineering/ui": "^0.6.15", + "@hcengineering/analytics": "^0.6.0", "@hcengineering/presentation": "^0.6.3", "@hcengineering/core": "^0.6.32", "@hcengineering/view": "^0.6.13", diff --git a/plugins/text-editor-resources/src/components/CollaborativeTextEditor.svelte b/plugins/text-editor-resources/src/components/CollaborativeTextEditor.svelte index 304395eba2..0b1982db3a 100644 --- a/plugins/text-editor-resources/src/components/CollaborativeTextEditor.svelte +++ b/plugins/text-editor-resources/src/components/CollaborativeTextEditor.svelte @@ -15,6 +15,7 @@ // -->