diff --git a/web/client/components/maps/modals/MetadataModal.jsx b/web/client/components/maps/modals/MetadataModal.jsx index 189467d504..5c28cce515 100644 --- a/web/client/components/maps/modals/MetadataModal.jsx +++ b/web/client/components/maps/modals/MetadataModal.jsx @@ -111,7 +111,7 @@ class MetadataModal extends React.Component { toolbar: [ [{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'], [{ 'list': 'bullet' }, { 'align': [] }], - [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link'] + [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video'] ] }, options: {}, diff --git a/web/client/components/misc/quillmodules/ResizeModule.js b/web/client/components/misc/quillmodules/ResizeModule.js index add94a8db6..cd02b91881 100644 --- a/web/client/components/misc/quillmodules/ResizeModule.js +++ b/web/client/components/misc/quillmodules/ResizeModule.js @@ -723,6 +723,7 @@ module.exports = Quill => { iframe.setAttribute('height', height); let overlay = document.createElement('DIV'); overlay.setAttribute('class', 'ms-quill-iframe'); + overlay.style.display = 'none'; overlay.style.overflow = 'hidden'; overlay.style.position = 'absolute'; overlay.style.left = '0'; diff --git a/web/client/components/resources/modals/DetailSheet.jsx b/web/client/components/resources/modals/DetailSheet.jsx index 9fb0b08664..70d5ca4222 100644 --- a/web/client/components/resources/modals/DetailSheet.jsx +++ b/web/client/components/resources/modals/DetailSheet.jsx @@ -23,7 +23,7 @@ module.exports = ({ toolbar: [ [{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'], [{ 'list': 'bullet' }, { 'align': [] }], - [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link'] + [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video'] ] }, detailsText,