Files
owl/tests/components
Samuel Degueldre 8fe4c0c76e [FIX] events: correctly call handlers in iframes
Previously, event handlers would not work when an app was mounted in an
iframe, this is caused by a guard in the event handler that checks that
the target element is still in the document, but it doesn't check
against the correct document in the case of an iframe.

This commit changes the check to check against the target's
ownerDocument.
2022-09-06 12:06:59 +02:00
..
2022-06-28 15:26:55 +02:00
2022-02-11 10:46:44 +01:00
2022-02-11 10:46:44 +01:00