mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 16:12:04 +02:00
vanilla 17.0
This commit is contained in:
parent
d72e748793
commit
a9bcec8e91
1986 changed files with 1613876 additions and 568976 deletions
|
|
@ -1071,7 +1071,9 @@ Docs & License: https://fullcalendar.io/
|
|||
for (var id in droppableStore) {
|
||||
var component = droppableStore[id].component;
|
||||
var offsetTracker = offsetTrackers[id];
|
||||
if (offsetTracker.isWithinClipping(offsetLeft, offsetTop)) {
|
||||
if (offsetTracker && // Odoo patch - backport fix
|
||||
offsetTracker.isWithinClipping(offsetLeft, offsetTop)
|
||||
) {
|
||||
var originLeft = offsetTracker.computeLeft();
|
||||
var originTop = offsetTracker.computeTop();
|
||||
var positionLeft = offsetLeft - originLeft;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue