mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
doc/notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
77d799fac6
commit
1d85f77bb1
@ -460,8 +460,12 @@ var KeyboardActions = actions.Actions({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// see if two actions have the same doc...
|
// see if two actions have the same doc...
|
||||||
|
//
|
||||||
|
// This problem can be fixed by:
|
||||||
|
// - setting a different doc in .keybindings...
|
||||||
|
// - updating action doc...
|
||||||
if(index[doc] && index[doc] != a.action){
|
if(index[doc] && index[doc] != a.action){
|
||||||
console.warn('Actions have same title: "'
|
console.warn('Actions have same doc/title: "'
|
||||||
+ index[doc] +'" and "'+ a.action
|
+ index[doc] +'" and "'+ a.action
|
||||||
+'" at: "'+ code +'"')
|
+'" at: "'+ code +'"')
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user