We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a281b commit b82a758Copy full SHA for b82a758
src/components/data-grid.tsx
@@ -260,19 +260,7 @@ export function BangsDataGrid(): JSX.Element {
260
await bangConfig.customBangs.pushBang(
261
currentBang,
262
);
263
- if (
264
- result &&
265
- currentBangShortcut
266
- ) {
267
- await bangConfig.customBangs.removeBang(
268
- currentBangShortcut,
269
- );
270
- }
271
-
272
273
- result ||
274
- !currentBangShortcut
275
+ if (result) {
276
setIsModalOpen(false);
277
}
278
0 commit comments