fix: skip stack arrow handling while editing
This commit is contained in:
@@ -376,6 +376,11 @@ function handleKeydown(event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (action.type === 'stackArrow') {
|
if (action.type === 'stackArrow') {
|
||||||
|
if (calc.isEditing) {
|
||||||
|
render();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (isMovingStackItem) {
|
if (isMovingStackItem) {
|
||||||
moveStackItem(action.value);
|
moveStackItem(action.value);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user