The map should not yet handle keyboard events
This commit is contained in:
parent
0615ce950f
commit
7fa1ae861d
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
minZoom: 1,
|
||||
maxZoom: 20,
|
||||
server: "ws://localhost:9980",
|
||||
dragging: false
|
||||
dragging: false,
|
||||
keyboard: false
|
||||
});
|
||||
|
||||
////// Document layer ////
|
||||
|
|
Loading…
Reference in a new issue