-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FolderPane is not refreshed properly after deleting a resource #71
Comments
I think this could theoretically be resolved by adding a change listener (e.g. Thus, I think this issue is blocked by that one. |
Surely the folder pane only has to listen to changes in the folder resource itself, not all the children? |
Deleting a resource is triggered in the internal-pane part of solid-panes, which in turn should affect the display of the immediate, parent folder, displayed in the folder-pane. So only the div of that resource has to be rerendered, which is part of the folder-pane. |
In this bug, how was the resource deleted? Using the internals pane, as the folder pane itself does not have a delete function. Assume something out of the pane itself. So we have to listen for a change. |
Fixed by SolidOS/folder-pane#23 |
No description provided.
The text was updated successfully, but these errors were encountered: