You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(editor): prevent double unmount crash when publishing with agent panel open
Initialize lastEmittedJson from the initial richContent prop so the
editorKey watcher doesn't spuriously fire on mount, which caused a
second unmount/remount cycle that crashed Vue's Teleport teardown.
Made-with: Cursor
0 commit comments