editor.isFocused
not updating inside Vue <NodeViewWrapper/>
#4971
Unanswered
bakerkretzmar
asked this question in
Questions & Help
Replies: 1 comment
-
Any update to this? I am also facing the same issue |
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
-
I have a custom image/figure extension with a Vue node view, and I'm trying to show some extra UI when the node is selected. That part works fine, but I want to hide that UI if the entire editor loses focus, which I'm trying to do inside the node, and that part doesn't work.
Simplified example of what I'm trying to do:
editor.isFocused
never updates while my node is selected (i.e. if I select the node and then blur the entire editor). Outside this component it updates normally.Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions