We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5eaff1 commit f5facd7Copy full SHA for f5facd7
1 file changed
AGENTS.md
@@ -171,6 +171,7 @@ src/
171
### View Lifecycle
172
173
- `onDataUpdated()` triggers renders when data changes
174
+- Plugin setting changes do not trigger `onDataUpdated()`; notify live `KanbanView` instances from `saveSettings()` for immediate visual updates
175
- Use `skipNextDataUpdateRender` flag to prevent redundant renders after drop operations
176
- Use session storage for scroll position persistence
177
- Column scroll restoration is session-scoped (`kanban-col-scroll-${viewSessionId}-${columnKey}`)
0 commit comments