mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix
This commit is contained in:
parent
1e8c489c9c
commit
57fce53e5a
|
@ -132,7 +132,7 @@ export default function openFile(
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
} else if (confirm('Set the editor to open the file in?')) {
|
} else if (confirm('Set the editor to open the file in?')) {
|
||||||
chrome.runtime.openOptionsPage();
|
void chrome.runtime.openOptionsPage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user