Make enter key removable for label
This commit is contained in:
@@ -283,7 +283,12 @@ function anchorBoat(vehicleId) {
|
||||
// ===========================================================================
|
||||
|
||||
function setEnterPropertyKey(key) {
|
||||
enterPropertyKey = key;
|
||||
if (key == -1) {
|
||||
enterPropertyKey = null;
|
||||
} else {
|
||||
enterPropertyKey = key;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user