- change the onChange handler to return onChange rather than onBlur - Change the vega component to a checkbox - Create new IDs + check whether it works with multiple editors - Multiple line squiggle editors (noticed this was an issue) - Remove ace imports that are not used
7 lines
282 B
TypeScript
7 lines
282 B
TypeScript
export { SquiggleChart } from "./SquiggleChart";
|
|
export { SquiggleEditor, renderSquiggleEditorToDom } from "./SquiggleEditor";
|
|
import SquigglePlayground, {
|
|
renderSquigglePlaygroundToDom,
|
|
} from "./SquigglePlayground";
|
|
export { SquigglePlayground, renderSquigglePlaygroundToDom };
|