mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
use action from store instead of directly modifying state in components
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
watch(
|
||||
() => filterState.search,
|
||||
async (value) => {
|
||||
globalSearchStore.query = value;
|
||||
globalSearchStore.setQuery(value);
|
||||
|
||||
// When query < 2 chars, override the built-in filter
|
||||
// so all items (hint categories) stay visible
|
||||
|
||||
Reference in New Issue
Block a user