1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Fine tune collapsed sections behavior

This commit is contained in:
Raymond Hill 2020-08-25 14:26:44 -04:00
parent 51ab3e6c52
commit 817b87e9fc
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
}