mirror of
https://github.com/gorhill/uBlock.git
synced 2025-02-01 04:31:36 +01:00
Fine tune collapsed sections behavior
This commit is contained in:
parent
51ab3e6c52
commit
817b87e9fc
@ -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…
x
Reference in New Issue
Block a user