dovigod / V-Gesture

Other
2 stars 0 forks source link

[Feature] - Syncing VGesture state on DOM Change #15

Closed dovigod closed 3 weeks ago

dovigod commented 3 months ago

Start Date

No response

Summary

Need to update kdTree when there is DOM elem mutation (e.g insertion , deletion , reflows for gClickable element)

Basic Example

No response

Drawbacks

Worried about performance..

Implementation PR

44

Reference Issues

No response

dovigod commented 2 months ago

Need to find how to catch CSSOM updates, since MutationObserver catches only DOM updates

dovigod commented 3 weeks ago

49 - will handle cssom changes