Skip to content

Commit f5facd7

Browse files
committed
Update AGENTS.md
1 parent a5eaff1 commit f5facd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ src/
171171
### View Lifecycle
172172

173173
- `onDataUpdated()` triggers renders when data changes
174+
- Plugin setting changes do not trigger `onDataUpdated()`; notify live `KanbanView` instances from `saveSettings()` for immediate visual updates
174175
- Use `skipNextDataUpdateRender` flag to prevent redundant renders after drop operations
175176
- Use session storage for scroll position persistence
176177
- Column scroll restoration is session-scoped (`kanban-col-scroll-${viewSessionId}-${columnKey}`)

0 commit comments

Comments
 (0)