Skip to content

Commit

Permalink
chore: time out
Browse files Browse the repository at this point in the history
  • Loading branch information
anc95 committed Mar 14, 2023
1 parent d2bf944 commit 0979a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/utils/selection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class SelectionManager {
setTimeout(() => {
document.execCommand('paste');
this.textPasted = true;
});
}, 100);
}
}
}
Expand Down

0 comments on commit 0979a4c

Please sign in to comment.