We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9177a7 + 86884d1 commit b23ee42Copy full SHA for b23ee42
common/content/statusline.js
@@ -148,13 +148,14 @@ const StatusLine = Module("statusline", {
148
var toggle_off = function () {
149
bb.style.height = '0px';
150
bb.style.overflow = 'hidden';
151
+ sv.contentSeparator = highlight.get('ContentSeparator').value;
152
highlight.set('ContentSeparator', 'display: none;');
153
};
154
155
var toggle_on = function () {
156
bb.style.height = '';
157
bb.style.overflow = '';
- highlight.set('ContentSeparator', sv.contentSeparatorValue);
158
+ highlight.set('ContentSeparator', sv.contentSeparator);
159
160
161
switch (request) {
0 commit comments