mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
EZQMS-368: fix exit text editor node uuid extension node (#4044)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
15e2c9bc47
commit
a46754b505
@ -69,6 +69,8 @@ export const findNodeUuidMark = (node: Node): ProseMirrorMark | undefined => {
|
||||
*/
|
||||
export const NodeUuidExtension = Mark.create<NodeUuidOptions, NodeUuidStorage>({
|
||||
name: NAME,
|
||||
exitable: true,
|
||||
inclusive: false,
|
||||
addOptions () {
|
||||
return {
|
||||
HTMLAttributes: {}
|
||||
|
Loading…
Reference in New Issue
Block a user