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
path: root/src/nodes
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-06-20 17:54:56 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-06-20 17:54:56 +0300
commit4851806471c31f6ef45b888154f7321d916e3d54 (patch)
tree2bece44481f5628fa5933aad738d04244227197a /src/nodes
parent0f961fc98ba26d986a18dd8a954f1d4c825a9335 (diff)
⬆️ update tiptap and prosemirror
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'src/nodes')
-rw-r--r--src/nodes/Table/Table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes/Table/Table.js b/src/nodes/Table/Table.js
index 240c03f3e..7e095898e 100644
--- a/src/nodes/Table/Table.js
+++ b/src/nodes/Table/Table.js
@@ -6,7 +6,7 @@ import TableHeader from './TableHeader.js'
import TableHeadRow from './TableHeadRow.js'
import TableRow from './TableRow.js'
import { TextSelection } from 'prosemirror-state'
-import { isInTable, moveCellForward, selectionCell } from 'prosemirror-tables'
+import { isInTable, moveCellForward, selectionCell } from 'prosemirror-tables-contently'
/**
*