Commit c7240714 authored by Micheal Mand's avatar Micheal Mand

Don’t open select media dialog in fullscreen

Fullscreen prevents the loading indicator from showing, so users don’t realize the media is still loading in.
parent c649822f
......@@ -15,7 +15,7 @@
</div>
<el-dialog
:visible.sync="dialogVisible"
fullscreen
width="75%"
:before-close="handleClose">
<media-list single-modal :event-name="this.eventName"></media-list>
......
......@@ -16,7 +16,7 @@
<el-dialog
:visible.sync="dialogVisible"
fullscreen
width="75%"
:before-close="handleClose">
<media-list single-modal :event-name="this.eventName"></media-list>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment