mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-28 09:53:07 +00:00
[WebUI] Update compressed js
This commit is contained in:
parent
0338fc6f2d
commit
74aa924625
@ -9154,7 +9154,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
|
||||
this.on('rowcontextmenu', function(grid, rowIndex, e) {
|
||||
e.stopEvent();
|
||||
var selection = grid.getSelectionModel();
|
||||
if (!selection.hasSelection()) {
|
||||
if (!selection.isSelected(rowIndex)) {
|
||||
selection.selectRow(rowIndex);
|
||||
}
|
||||
deluge.menus.torrent.showAt(e.getPoint());
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user