mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Make sure we are not hiding unnecessarily the grid which could lead to grid invisibility in mobile view
This commit is contained in:
parent
95c2bdb6b4
commit
df1a099078
@ -699,7 +699,10 @@ export class et2_calendar_timegrid extends et2_calendar_view implements et2_IDet
|
||||
var old_value = this.options.disabled;
|
||||
this.disabled = disabled;
|
||||
|
||||
if (this.div.get(0).checkVisibility())
|
||||
{
|
||||
this.div.get(0).classList.toggle("hideme", disabled);
|
||||
}
|
||||
|
||||
if(disabled)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user