mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix: Remove superfluous iframe resize for UploadField (fixes #2863)
This commit is contained in:
parent
58f8c2944a
commit
a3fb47a929
@ -439,8 +439,6 @@
|
||||
self._prepareIframe(iframe, editform, itemInfo);
|
||||
iframe.data('src', '');
|
||||
}
|
||||
|
||||
if (editform.hasClass('opened')) editform.fitHeight();
|
||||
});
|
||||
} else {
|
||||
self._prepareIframe(iframe, editform, itemInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user