afterInjectedText is not used, fyi @hediet

This commit is contained in:
Johannes Rieken
2021-09-21 15:07:49 +02:00
parent db47462779
commit 20f5b6ea4c
@@ -339,7 +339,8 @@ export class DecorationTypeOptionsProvider implements IModelDecorationOptionsPro
isWholeLine: this.isWholeLine,
overviewRuler: this.overviewRuler,
stickiness: this.stickiness,
before: this.beforeInjectedText
before: this.beforeInjectedText,
after: this.afterInjectedText
};
}