mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
86a1f8bfae
commit
7647458381
@ -154,6 +154,7 @@ actions.Actions({
|
||||
: this._direction < 0 ? 'left'
|
||||
: 'right'
|
||||
},
|
||||
// XXX possible bug with .direction = '!'...
|
||||
set direction(value){
|
||||
// repeat last direction...
|
||||
if(value == '!'){
|
||||
@ -624,7 +625,7 @@ actions.Actions({
|
||||
{undo: function(a){ this.shiftImageTo(a.args[1], a.args[0]) }},
|
||||
function(target, to){ this.data.shiftImage(target, to) }],
|
||||
|
||||
// XXX BUG: this messes up direction handling...
|
||||
// XXX BUG: this messes up .medirection handling...
|
||||
shiftImageUp: ['Edit|Image/Shift image up',
|
||||
core.doc`Shift image up...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user