Quill offset error in vue 3 #4459
Replies: 1 comment
-
Had resolved it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anybody encountered this offset error for quill v2 integrated in vue 3 with composition api? It persists due to vue
ref
but I need theeditor
instance to be reactive as it would be passed to customEditorToolbar
.quill.js?v=aafeac6a:12568 Uncaught TypeError: Cannot read properties of null (reading 'offset')
at quill.js?v=aafeac6a:12568:26
at Array.map ()
at Selection.normalizedToRange (quill.js?v=aafeac6a:12565:31)
at Selection.getRange (quill.js?v=aafeac6a:12554:25)
at Selection.update (quill.js?v=aafeac6a:12689:43)
at quill.js?v=aafeac6a:12450:12
at quill.js?v=aafeac6a:12336:9
at Array.forEach ()
at Emitter.handleDOM (quill.js?v=aafeac6a:12330:43)
at quill.js?v=aafeac6a:12308:23
// Editor.vue
Beta Was this translation helpful? Give feedback.
All reactions