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