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
Title and description fields within the post editor do not trigger the save function as expected, also infinite loop on editor page related to nav.tsx #380
Editing the title or description fields within the post editor do not seem to trigger the save function as expected. Maybe there is an issue with the debounce timer set in editor.tsx? Editing the NovelEditor triggers the save as expected.