olivierpetitjean
olivierpetitjean
As you can see in the screenshot below, if I try to expand scheduled to end of time grid then this causes a shift from the others. There is a...
I fixed the problem by replacing with: line 467: ~~ui.position.left = Math.floor(ui.position.left / setting.widthTimeX) * setting.widthTimeX;~~ ``` if (ui.position.left < setting.widthTimeX) { ui.position.left = 0; } else { ui.position.left =...
Any news about this ? This is a good script but this bug is problematic. I'am not an expert in python and I just quickly read the script. I tried...