Skip to content

Commit be8d5df

Browse files
committed
chore: copy changes to compas-open-scd/open-scd.ts
1 parent 0083cf9 commit be8d5df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/compas-open-scd/src/open-scd.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import { ActionDetail } from '@material/mwc-list';
3434

3535
import { officialPlugins as builtinPlugins } from '../public/js/plugins.js';
3636
import type { PluginSet, Plugin as CorePlugin } from '@openscd/core';
37+
import { OscdApi } from '@openscd/core';
3738
import { classMap } from 'lit-html/directives/class-map.js';
3839
import {
3940
newConfigurePluginEvent,
@@ -471,6 +472,7 @@ export class OpenSCD extends LitElement {
471472
.nsdoc=${this.nsdoc}
472473
.docs=${this.docs}
473474
.locale=${this.locale}
475+
.oscdApi=${new OscdApi(tag)}
474476
.compasApi=${this.compasApi}
475477
class="${classMap({
476478
plugin: true,

0 commit comments

Comments
 (0)