mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fine tune collapsed sections behavior
This commit is contained in:
parent
51ab3e6c52
commit
817b87e9fc
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ const rulesToDoc = function(clearHistory) {
|
|||
const mark = edit.markText(
|
||||
{ line: iline, ch: 0 },
|
||||
{ line: iline + 1, ch: 0 },
|
||||
{ readOnly: true }
|
||||
{ atomic: true, readOnly: true }
|
||||
);
|
||||
mark.uboEllipsis = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue