File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/web-component-designer
src/elements/widgets/propertyGrid Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " A WYSIWYG designer webcomponent for html components" ,
3
3
"name" : " @node-projects/web-component-designer" ,
4
- "version" : " 0.1.284 " ,
4
+ "version" : " 0.1.285 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"author" : " jochen.kuehner@gmx.de" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export class PropertyGrid extends BaseCustomWebComponentLazyAppend {
74
74
public set instanceServiceContainer ( value : InstanceServiceContainer ) {
75
75
this . _instanceServiceContainer = value ;
76
76
this . _selectionChangedHandler ?. dispose ( )
77
- if ( this . instanceServiceContainer ) {
77
+ if ( this . _instanceServiceContainer ) {
78
78
this . _selectionChangedHandler = this . _instanceServiceContainer . selectionService . onSelectionChanged . on ( e => {
79
79
this . selectedItems = e . selectedElements ;
80
80
} ) ;
You can’t perform that action at this time.
0 commit comments