Decorators disappearing on page refresh #595
Unanswered
sernaferna
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very, very, close to having mastered extensions, but I'm seeing an issue where my decorators are disappearing from the editor if the browser gets refreshed. The steps are something like:
There are ways to force them to show up again; e.g. if I edit the markdown and then switch back to the editor everything will show up normally again.
Edit: When I say the decorators disappear, I mean all of them. 🙂 If there are multiple decorators in the editor and I refresh they're all gone, and when I, for example, edit the markup for one of them, they all come back.
Is this something others have seen? Is something being cached somewhere (or not cached somewhere), or is there something else I need to be handling?
For reference, here's a paired down bit of code to show the interaction between my Node and my decorator implementation:
Beta Was this translation helpful? Give feedback.
All reactions