mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-22 11:59:08 +00:00
8a8f0df358
EditorEventListener should grab mEditorBase in a smaller scope wherever possible and shouldn't access it directly while handling an event. Each event listener method shouldn't access mEditorBase directly when calling its method since it might be changed to another instance.