diff --git a/src/content/utils/selection/index.ts b/src/content/utils/selection/index.ts index 80aa3c4..018b9ad 100644 --- a/src/content/utils/selection/index.ts +++ b/src/content/utils/selection/index.ts @@ -83,7 +83,7 @@ export class SelectionManager { setTimeout(() => { document.execCommand('paste'); this.textPasted = true; - }); + }, 100); } } }