From bc260a0c2944be81e92ac4643a1acc05dcad32c6 Mon Sep 17 00:00:00 2001 From: Abdo Date: Sun, 26 Oct 2025 16:33:10 +0300 Subject: [PATCH] Fix double paste --- qt/aqt/editor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 5938e980a..178fdad48 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -579,4 +579,3 @@ class NewEditorWebView(AnkiWebView): def onPaste(self) -> None: self.triggerPageAction(QWebEnginePage.WebAction.Paste) - self.triggerPageAction(QWebEnginePage.WebAction.Paste)