diff --git a/js/term/screen.js b/js/term/screen.js index 91baf3f..8cb0161 100644 --- a/js/term/screen.js +++ b/js/term/screen.js @@ -220,7 +220,7 @@ module.exports = class TermScreen extends EventEmitter { selectionPos[1]}px)` } - if (!touchDidMove) { + if (!touchDidMove && !this.mouseMode.clicks) { this.emit('tap', Object.assign(e, { x: touchPosition[0], y: touchPosition[1]