Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoiding trigger touch events to inaccessible dom elements. (#517)
The target element of a Touch object may be reclaimed by the JavaScript garbage collector, causing it to become invisible and inaccessible. This update introduces checks to prevent the triggering of events on these invisible DOM targets. <img width="892" alt="image" src="https://github.com/openwebf/webf/assets/4409743/4db7d025-3114-4d5a-8587-31cfa7f06ae6">
- Loading branch information