broken import
This commit is contained in:
parent
4a7dd54aca
commit
1eb4187691
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ import Create from './Create'
|
|||
import Control from './Control'
|
||||
import DataModel from './DataModel'
|
||||
import JIT from './JIT'
|
||||
import Mobile from './Mobile'
|
||||
import Realtime from './Realtime'
|
||||
import Selected from './Selected'
|
||||
import Topic from './Topic'
|
||||
|
@ -32,7 +31,7 @@ const Listeners = {
|
|||
JIT.escKeyHandler()
|
||||
break
|
||||
case 38: // if UP key is pressed
|
||||
if ((e.ctrlKey || e.metaKey) && e.shiftKey){
|
||||
if ((e.ctrlKey || e.metaKey) && e.shiftKey) {
|
||||
Control.selectNeighbors()
|
||||
}
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue