Fixed delete file button when moved in the dropdown panel. Fixes #226
This commit is contained in:
parent
2f6eae26c1
commit
f59156ec24
@ -320,7 +320,7 @@ define([
|
||||
stateManagement__enabled: false,
|
||||
north__minSize: 49,
|
||||
center__minWidth: 250,
|
||||
center__minHeight: 250,
|
||||
center__minHeight: 180,
|
||||
fxSettings: {
|
||||
easing: "easeInOutQuad",
|
||||
duration: 350
|
||||
|
@ -39,8 +39,7 @@
|
||||
class="btn btn-success action-create-file" title="New document">
|
||||
<i class="icon-file"></i>
|
||||
</button>
|
||||
<button class="btn btn-success" title="Delete document"
|
||||
data-toggle="modal" data-target=".modal-remove-file-confirm">
|
||||
<button class="btn btn-success action-remove-file-confirm" title="Delete document">
|
||||
<i class="icon-trash"></i>
|
||||
</button></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user