We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176dff0 commit ae8fec8Copy full SHA for ae8fec8
src/designer.ts
@@ -38,7 +38,11 @@ export default class Designer {
38
return designer;
39
}
40
41
- private constructor(private readonly root: HTMLElement, private readonly context: DesignerContext, private readonly workspace: Workspace) {}
+ private constructor(
42
+ private readonly root: HTMLElement,
43
+ private readonly context: DesignerContext,
44
+ private readonly workspace: Workspace
45
+ ) {}
46
47
public readonly onDefinitionChanged = new SimpleEvent<Definition>();
48
0 commit comments