mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed preview overlay showing by default
This was a regression made visible by the recent change to enforce dimensions on this overlay, which in turn visualizes the blocked/unblocked states of the preview (see fc6d6ffad)
This commit is contained in:
parent
58013cf367
commit
b918487375
@ -166,7 +166,7 @@
|
||||
|
||||
// Preview might not be available in all admin interfaces - block/disable when necessary
|
||||
this.append('<div class="cms-preview-overlay ui-widget-overlay-light"></div>');
|
||||
this.find('.cms-preview-overlay-light').hide();
|
||||
this.find('.cms-preview-overlay').hide();
|
||||
|
||||
this.disablePreview();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user