mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
fix(mobile): clicking notes on iOS
This commit is contained in:
@@ -619,7 +619,6 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
|
||||
this.$tree.on("touchend", ".fancytree-node", (e) => {
|
||||
clearTimeout(showTimeout);
|
||||
e.preventDefault();
|
||||
});
|
||||
} else {
|
||||
this.$tree.on('contextmenu', '.fancytree-node', e => {
|
||||
|
||||
Reference in New Issue
Block a user