We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b5ecd3 + 19cbdba commit 6388610Copy full SHA for 6388610
1 file changed
src/display/editor/tools.js
@@ -1537,12 +1537,12 @@ class AnnotationEditorUIManager {
1537
1538
addEditListeners() {
1539
this.#addKeyboardManager();
1540
- this.#addCopyPasteListeners();
+ this.setEditingState(true);
1541
}
1542
1543
removeEditListeners() {
1544
this.#removeKeyboardManager();
1545
- this.#removeCopyPasteListeners();
+ this.setEditingState(false);
1546
1547
1548
dragOver(event) {
0 commit comments