- Notifications
You must be signed in to change notification settings - Fork16
[UI][RFC] SelectiveView#471
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I didn't see "a deep copy". I think you are doing the right thing here, to compute a subset of nodes and However, I don't quite understand the gif/code:
|
It's due to the native multi-selection of tree-view, instead of |
Oh, I see. |
Uh oh!
There was an error while loading.Please reload this page.
Summary
A prototype of
SelectiveView
via multi-select items inToC
Edit
mode is not affected.However
nodesMap
inupdateView()
, thus ALL operations that engage withnodesMap
need to be properly synced, e.g., moving a pod, creating a new pod, changing the size of a pod, etc. I am not exactly sure if it's the best approach and ask for some comments here.Test