[IMP] update owl to v2.0.0-beta-19

This commit is contained in:
Géry Debongnie
2022-09-06 12:13:50 +02:00
parent 2796ea0341
commit 68541db5bd
+4 -4
View File
@@ -322,7 +322,7 @@
} }
function listener(ev) { function listener(ev) {
const currentTarget = ev.currentTarget; const currentTarget = ev.currentTarget;
if (!currentTarget || !document.contains(currentTarget)) if (!currentTarget || !currentTarget.ownerDocument.contains(currentTarget))
return; return;
const data = currentTarget[eventKey]; const data = currentTarget[eventKey];
if (!data) if (!data)
@@ -5787,9 +5787,9 @@ See https://github.com/odoo/owl/blob/${hash}/doc/reference/app.md#configuration
Object.defineProperty(exports, '__esModule', { value: true }); Object.defineProperty(exports, '__esModule', { value: true });
__info__.version = '2.0.0-beta-18'; __info__.version = '2.0.0-beta-19';
__info__.date = '2022-09-02T12:57:38.022Z'; __info__.date = '2022-09-06T10:13:43.681Z';
__info__.hash = 'c1afaeb'; __info__.hash = 'd0d7482';
__info__.url = 'https://github.com/odoo/owl'; __info__.url = 'https://github.com/odoo/owl';