mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Add WebUI support for triggering context menus on mobile
This commit is contained in:
@@ -706,6 +706,13 @@ var DynamicTable = new Class({
|
||||
}
|
||||
return false;
|
||||
});
|
||||
tr.addEvent('touchstart', function(e) {
|
||||
if (!this._this.isRowSelected(this.rowId)) {
|
||||
this._this.deselectAll();
|
||||
this._this.selectRow(this.rowId);
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
this.setupTr(tr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user