mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
@@ -160,7 +160,8 @@ odoo.define("web_drop_target", function (require) {
|
||||
if (
|
||||
_.isEmpty(this._get_drop_items(ev)) &&
|
||||
this._checkDragOver() &&
|
||||
(controller === undefined || controller.jsID === this.controllerID)
|
||||
(controller === undefined ||
|
||||
(controller && controller.jsID === this.controllerID))
|
||||
) {
|
||||
const drop_zone_offset = this.$drop_zone.offset();
|
||||
const overlay_css = {
|
||||
|
||||
Reference in New Issue
Block a user