Update src/browser/renderer/dom/DomRendererRowFactory.ts

Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
This commit is contained in:
Daniel Imms
2022-05-13 08:46:40 -07:00
committed by GitHub
co-authored by Megan Rogge
parent 1a50cfabe0
commit a458bae36d
@@ -195,7 +195,7 @@ export class DomRendererRowFactory {
isTop = d.options.layer === 'top';
}
// If it's a top decoration, render on above the selection
// If it's a top decoration, render above the selection
if (isTop) {
charElement.classList.add(`xterm-decoration-top`);
}