diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 289fee83..5e923af8 100644 --- a/runtime/preparation/init.ts +++ b/runtime/preparation/init.ts @@ -201,5 +201,7 @@ const ComponentsInfo: components[] = [ { 'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver', 'addChild'], 'type': 'camera' - } + }, + { 'methods': ['getInspector'], 'type': 'toolbar' }, + { 'methods': ['getInspector'], 'type': 'toolbar-item' } ];