diff --git a/src/actions/enter.ts b/src/actions/enter.ts index 12b467a1..825357aa 100644 --- a/src/actions/enter.ts +++ b/src/actions/enter.ts @@ -121,6 +121,7 @@ export class EnterAction { ) { return !workspace.isReadOnly(); } + if (curNode instanceof BlockSvg) return true; // Returning true is sometimes incorrect for icons, but there's no API to check. if (curNode instanceof icons.Icon) return true; return false;