get overview ruler to update when color is changed (#3730)

This commit is contained in:
Megan Rogge
2022-04-08 13:35:55 -07:00
committed by GitHub
parent dbd999c4a4
commit 2b916a24aa
+1 -1
View File
@@ -444,7 +444,7 @@ declare module 'xterm' {
* This will only take effect when {@link IDecorationOptions.overviewRulerOptions}
* were provided initially.
*/
overviewRulerOptions?: Pick<IDecorationOverviewRulerOptions, 'color'>;
options: Pick<IDecorationOptions, 'overviewRulerOptions'>;
}