rename Editor -> ExprBlock
This commit is contained in:
parent
fe83532261
commit
93f665ba8f
9 changed files with 55 additions and 56 deletions
|
|
@ -6,7 +6,7 @@ import { EnvContext } from "./EnvContext";
|
|||
import type { Dynamic, ResolvedType } from "./eval";
|
||||
import "./InputBlock.css";
|
||||
import { Type } from "./Type";
|
||||
import type { State2Props } from "./Editor";
|
||||
import type { State2Props } from "./ExprBlock";
|
||||
import { autoInputWidth, focusNextElement, focusPrevElement, setRightMostCaretPosition } from "./util/dom_trickery";
|
||||
import { attemptParseLiteral } from "./eval";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue