mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
double-click to edit rules
This commit is contained in:
parent
6ffae9c280
commit
b498f2f98d
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ uDom.onLoad(function() {
|
|||
uDom('#revertButton').on('click', revertHandler);
|
||||
uDom('#commitButton').on('click', commitHandler);
|
||||
uDom('#editEnterButton').on('click', editStartHandler);
|
||||
uDom('#diff > .pane.right > .rulesContainer').on('dblclick', editStartHandler);
|
||||
uDom('#editStopButton').on('click', editStopHandler);
|
||||
uDom('#editCancelButton').on('click', editCancelHandler);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue