Skip to content

Commit 4b30c1d

Browse files
Clean up
1 parent 4d17848 commit 4b30c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ export const storage = {
124124
for (const item of items) {
125125
const index = _clipboardItems.findIndex((i) => i.id === item.id);
126126
if (index > -1) {
127-
_clipboardItems.splice(index, 1);
128127
deleteClipItemFromDisk(item);
128+
_clipboardItems.splice(index, 1);
129129
}
130130
}
131131
},

0 commit comments

Comments
 (0)