Commit 100cb652 by Johannes Zellner

Do not hide menu dropdown on click

1 parent 4dce7a3d
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@
<el-button type="primary" icon="el-icon-upload" size="small" @click="onUploadFolder">Upload Folder</el-button>
<el-button type="primary" icon="el-icon-plus" size="small" @click="onNewFolder">New Folder</el-button>
</el-button-group>
<el-dropdown @command="onOptionsMenu">
<el-dropdown @command="onOptionsMenu" :hide-on-click="false">
<el-button size="small" icon="el-icon-more"></el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item disabled>Public Folder Listing</el-dropdown-item>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!