mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
monor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
722b3241de
commit
4ca661dd74
@ -515,7 +515,8 @@ module.makeUIDialog = function(a, b){
|
||||
var makeDrawer = function(direction){
|
||||
return makeUIContainer(function(dialog, options){
|
||||
var that = this
|
||||
var parent = (options || {}).parentElement
|
||||
options = options || {}
|
||||
var parent = options.parentElement
|
||||
parent = parent ? $(parent) : this.ribbons.viewer
|
||||
|
||||
options.direction = direction || 'bottom'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user