mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Clear repeat overviewRulerWidth option in demo
This commit is contained in:
+1
-3
@@ -460,9 +460,7 @@ function initOptions(term: TerminalType): void {
|
||||
};
|
||||
const options = Object.getOwnPropertyNames(term.options);
|
||||
const booleanOptions = [];
|
||||
const numberOptions = [
|
||||
'overviewRulerWidth'
|
||||
];
|
||||
const numberOptions = [];
|
||||
options.filter(o => blacklistedOptions.indexOf(o) === -1).forEach(o => {
|
||||
switch (typeof term.options[o]) {
|
||||
case 'boolean':
|
||||
|
||||
Reference in New Issue
Block a user