private _flushStagedDecorationChanges(stagedInserts: CustomLine[], stagedIdMap: ArrayMap<string, CustomLine>): void {
if (stagedInserts.length === 0 && this._invalidIndex === Infinity) {
}
for (const pendingChange of stagedInserts) {
if (pendingChange.deleted) {