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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
In our modified angular controller we have a refreshTree() method. This is intended to reload the node when an icon is set, or removed successfully.
This works as long as you are on the currently selected node. But when you are setting or removing the icon for a node that isn't currently selected / active, we don't get the reload and the old icon remains.
The text was updated successfully, but these errors were encountered:
In our modified angular controller we have a
refreshTree()
method. This is intended to reload the node when an icon is set, or removed successfully.This works as long as you are on the currently selected node. But when you are setting or removing the icon for a node that isn't currently selected / active, we don't get the reload and the old icon remains.
The text was updated successfully, but these errors were encountered: