mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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'
|
: this._direction < 0 ? 'left'
|
||||||
: 'right'
|
: 'right'
|
||||||
},
|
},
|
||||||
|
// XXX possible bug with .direction = '!'...
|
||||||
set direction(value){
|
set direction(value){
|
||||||
// repeat last direction...
|
// repeat last direction...
|
||||||
if(value == '!'){
|
if(value == '!'){
|
||||||
@ -624,7 +625,7 @@ actions.Actions({
|
|||||||
{undo: function(a){ this.shiftImageTo(a.args[1], a.args[0]) }},
|
{undo: function(a){ this.shiftImageTo(a.args[1], a.args[0]) }},
|
||||||
function(target, to){ this.data.shiftImage(target, to) }],
|
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',
|
shiftImageUp: ['Edit|Image/Shift image up',
|
||||||
core.doc`Shift image up...
|
core.doc`Shift image up...
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user