mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
sidebar position
This commit is contained in:
parent
9e20a5f085
commit
d45aa70157
3 changed files with 7 additions and 6 deletions
|
@ -25,7 +25,7 @@ export default Ember.Component.extend(NotifierMixin, TooltipMixin, {
|
|||
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
|
||||
|
||||
this.getAttachments();
|
||||
},
|
||||
|
||||
|
@ -104,7 +104,7 @@ export default Ember.Component.extend(NotifierMixin, TooltipMixin, {
|
|||
target: $(".delete-attachment-" + id)[0],
|
||||
content: $(".delete-attachment-dialog")[0],
|
||||
classes: 'drop-theme-basic',
|
||||
position: "bottom right",
|
||||
position: "bottom left",
|
||||
openOn: "always",
|
||||
tetherOptions: {
|
||||
offset: "5px 0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue