mirror of https://github.com/gorhill/uBlock.git
send cursor at the end when opening "My filters" pane
This commit is contained in:
parent
6a5c938e5d
commit
9fdda522a1
|
@ -68,6 +68,7 @@ function renderUserFilters(first) {
|
|||
}
|
||||
cmEditor.setValue(content);
|
||||
if ( first ) {
|
||||
cmEditor.setCursor(cmEditor.lineCount(), 0);
|
||||
cmEditor.clearHistory();
|
||||
}
|
||||
userFiltersChanged(false);
|
||||
|
|
Loading…
Reference in New Issue