Commit 86b4d1d
oujinsai
fix(reference-picker): use store subscribe
Follow the state observable API migration by switching reference picker setup from state.subscribe(...) to state.store.subscribe(...).
This matches the refactor that centralized observable helpers under state.store and fixes startup error: attempt to call field 'subscribe' (a nil value).
Verified with: ./run_tests.sh -t tests/unit/reference_picker_spec.lua1 parent 1f0e579 commit 86b4d1d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments