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 current implementation of DirectoryTree.clear_node assigns to node but then does nothing with it, which means it doesn't really clear the node passed in:
The current implementation of
DirectoryTree.clear_node
assigns tonode
but then does nothing with it, which means it doesn't really clear the node passed in:textual/src/textual/widgets/_directory_tree.py
Lines 188 to 208 in ca2c11b
The text was updated successfully, but these errors were encountered: