Skip to content
Snippets Groups Projects

add inputs

Merged Christos requested to merge widgets into master
2 files
+ 53
23
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,15 +54,15 @@ const WaxView = forwardRef((props, ref) => {
const schema = context.app.getSchema();
if (!mounted) {
context.app.bootServices();
context.app.getShortCuts();
context.app.getRules();
}
const setEditorRef = useCallback(
node => {
if (node) {
if (!mounted) {
context.app.bootServices();
context.app.getShortCuts();
context.app.getRules();
}
const options = WaxOptions({
...props,
schema,