chore: remove v1.7.0 'lands in' placeholders
This commit is contained in:
@@ -256,8 +256,8 @@ public sealed class ThemeRegistry
|
||||
// Shallow record-with-clone: Theme.Colors gets an explicit second-level
|
||||
// with-copy so ColorPicker edits never mutate the source record. Layout
|
||||
// and Typography are value-record-clean (only primitive fields). Chat-
|
||||
// Colors stays a reference share — fine for v1.7.0 because the editor
|
||||
// never touches ChatColors. If a future cycle adds a ChatColors editor,
|
||||
// Colors stays a reference share because the editor never touches
|
||||
// ChatColors. If a future cycle adds a ChatColors editor,
|
||||
// BeginEditing must also clone the channel dictionary
|
||||
// (ThemeChatColors holds IReadOnlyDictionary<ChatType, uint>).
|
||||
_editingThemeBuffer = source with
|
||||
|
||||
Reference in New Issue
Block a user