Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 23, 2024
1 parent 022831a commit 71b92e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class Tray {
titleElement.setAttribute('contenteditable', 'false');
titleElement.style.pointerEvents = 'none';
}
this.setupEventListeners(tray);
// this.setupEventListeners(tray);

return tray;
}
Expand Down Expand Up @@ -418,6 +418,8 @@ formatCreatedTime() {
});

element.addEventListener('touchend', () => {
if (this.isEditing){return}

clearTimeout(longPressTimer);
});

Expand Down

0 comments on commit 71b92e6

Please sign in to comment.