Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Made target and selected elements properties dynamically update #107

Closed Remi05 closed 1 year ago

Remi05 commented 1 year ago

Previously, if a target or select element moved its bounding rectangle did not update so the overlay ended up out of sync with the actual element. This change adds AutomationPropertiesWatcher which updates the element properties of the target and selected elements every 300ms so that they are always up to date. It also invalidates any UI elements that are not available anymore. See issues #62 and #63.