Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
riotrah committed Mar 20, 2024
1 parent 6fe86a4 commit efc554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paredit/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const pareditCommands: PareditCommand[] = [
return handlers.killLeft(
doc,
multiCursorEnabled(),
shouldKillAlsoCutToClipboard() && copyRangeToClipboard
shouldKillAlsoCutToClipboard() ? copyRangeToClipboard : null
);
},
},
Expand Down

0 comments on commit efc554b

Please sign in to comment.