handleClickOn
(and associated handlers) don’t fire for node views
#99
Labels
bug
Something isn't working
handleClickOn
(and associated handlers) don’t fire for node views
#99
I noticed this difference in behavior between a regular prosemirror
NodeView
, and one created byuseNodeViews
:NodeView
, an editor-attachedhandleClickOn
fires, for a click within theNodeView
, or elsewhere in the editor, as documented/expecteduseNodeViews
NodeView
, a click within theNodeView
does not fire, but other editor clicks doThis is also the case for
handleDoubleClickOn
andhandleTripleClickOn
.I think this behavior should be consistent?
Vanilla implementation
useNodeViews
implementationThe text was updated successfully, but these errors were encountered: