fix: Change ALT override for focus
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
@@ -171,7 +171,7 @@ const focusPointUpdate = (
|
|||||||
// Same shape bound on both ends
|
// Same shape bound on both ends
|
||||||
const boundToSameElementAfterUpdate =
|
const boundToSameElementAfterUpdate =
|
||||||
bindableElement && adjacentBinding.elementId === bindableElement.id;
|
bindableElement && adjacentBinding.elementId === bindableElement.id;
|
||||||
if (switchToInsideBinding || boundToSameElementAfterUpdate) {
|
if (boundToSameElementAfterUpdate) {
|
||||||
adjacentBinding = {
|
adjacentBinding = {
|
||||||
...adjacentBinding,
|
...adjacentBinding,
|
||||||
mode: "inside",
|
mode: "inside",
|
||||||
|
|||||||
Reference in New Issue
Block a user