mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
send cursor at the end when opening "My filters" pane
This commit is contained in:
parent
6a5c938e5d
commit
9fdda522a1
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ function renderUserFilters(first) {
|
|||
}
|
||||
cmEditor.setValue(content);
|
||||
if ( first ) {
|
||||
cmEditor.setCursor(cmEditor.lineCount(), 0);
|
||||
cmEditor.clearHistory();
|
||||
}
|
||||
userFiltersChanged(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue