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
When I open any macro window and then close it by pressing the x button any other macro window I open, the code cannot be edited. If I close it by pressing "Save Macro" or the Escape Key this doesn't happen.
The text was updated successfully, but these errors were encountered:
// probably unnecessary but we should clean up after ourselves.
observer.disconnect();
});
I believe this can be fixed by updating the hook for renderMacroConfig to take the appId of the new dialog and map it to the editor instance created. Then add a hook for closeMacroConfig and clean up the associated editor. Then the form submit listener would be removed since it would be redundant.
I attempted to fork and make a pull request but wow, I clearly do not know how Typescript works.
When I open any macro window and then close it by pressing the x button any other macro window I open, the code cannot be edited. If I close it by pressing "Save Macro" or the Escape Key this doesn't happen.
The text was updated successfully, but these errors were encountered: