Skip to content

Commit

Permalink
hotkey to flip colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed Aug 5, 2024
1 parent 95c387e commit 655375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ class BipsiEditor extends EventTarget {
}
});

if (event.key.toLocaleLowerCase()) {
if (event.key.toLocaleLowerCase() == "x") {
event.preventDefault();

const prevFg = this.fgIndex.value;
Expand Down

0 comments on commit 655375d

Please sign in to comment.