forked from 0x2620/pandora
fix #2702 (embed document icon missing if multiple documents are opened)
This commit is contained in:
parent
1ed91da4e0
commit
d82e87dfd5
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ pandora.ui.documentDialog = function(options) {
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: '4px',
|
right: '20px',
|
||||||
top: '4px'
|
top: '4px'
|
||||||
})
|
})
|
||||||
[items.length > 1 ? 'show' : 'hide']()
|
[items.length > 1 ? 'show' : 'hide']()
|
||||||
|
|
Loading…
Reference in a new issue