mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] update owl to v2.0.0-beta-19
This commit is contained in:
@@ -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';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user