Skip to content

Commit f15b3ab

Browse files
committed
Small logic fix
1 parent 1401afe commit f15b3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helpers/customCommands.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ export class CustomCommand {
133133

134134
try {
135135
switch (main) {
136-
case "input" || "selection":
136+
case "input":
137+
case "selection":
137138
processed = this.input;
138139
break;
139140
case "clipboard":

0 commit comments

Comments
 (0)