Ensure that change decorations are mapped through updates (#30663)

GitOrigin-RevId: 9529e308594b771191f71751478c2118bd91a84e
This commit is contained in:
Alf Eaton
2026-01-14 15:58:52 +00:00
committed by Copybot
parent 5d16fa207a
commit 5204ec5d0b

View File

@@ -199,6 +199,7 @@ export const ranges = () => [
tr.effects.some(effect => effect.is(updateRangesEffect))
)
) {
this.decorations = this.decorations.map(update.changes)
return
}