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
Refactor view state and dispose handlers to methods
Converted `#createPanelDisposeHandler` and `#createViewStateChangeHandler` from class properties assigned to arrow functions into standard class methods in `src/editorController.ts` to improve readability and memory profile.
0 commit comments