You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filesystem event listener (OnStreamChange) is working, but it doesn't instantly update the UI. To update the UI, I need to click a directory "tile"/"button" to rebuild the widget, but I would like it to update it as soon as a filesystem event happens.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for this awesome library.
I currently work on an IDE and try to build the file view/explorer.
As of right now, the tree view lists files and directories (recursive), but it doesn't seem to change with any file system events.
I have this code:
The filesystem event listener (OnStreamChange) is working, but it doesn't instantly update the UI. To update the UI, I need to click a directory "tile"/"button" to rebuild the widget, but I would like it to update it as soon as a filesystem event happens.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions