Skip to content

Commit

Permalink
fix: #141
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Oct 24, 2023
1 parent a67b3df commit a9c991f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/preferenceWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ async function editAction(currentKey?: string) {
const win = addon.data.prefs?.window;
if (!isWindowAlive(win)) return;
closeWindow(addon.data.prefs.dialogWindow!);
addon.data.prefs.editorInstance = undefined;

const dialogData: { [key: string | number]: any } = Object.assign({}, action);
dialogData.shortcut =
Expand Down

0 comments on commit a9c991f

Please sign in to comment.