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 6c7b4f1 commit cf43bcbCopy full SHA for cf43bcb
README.md
@@ -136,7 +136,10 @@ const configuration = {
136
}
137
};
138
139
-Designer.create(placeholder, definition, configuration);
+const designer = Designer.create(placeholder, definition, configuration);
140
+designer.onDefinitionChanged.subscribe((newDefinition) => {
141
+ // ...
142
+});
143
```
144
145
## 💡 License
css/designer.css
@@ -87,6 +87,7 @@
87
position: relative;
88
display: block;
89
padding: 10px 10px 10px 30px;
90
+ white-space: nowrap;
91
92
93
.sqd-drag {
0 commit comments