@pronto-tools-and-more/components 12.32.0 → 12.33.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +3 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -267,6 +267,9 @@ var getContentKey = (element) => {
|
|
267
267
|
if (element.dataSource.data === "$context.bookmarks") {
|
268
268
|
return "'context'";
|
269
269
|
}
|
270
|
+
if (element.dataSource.type === "$context") {
|
271
|
+
return "'context'";
|
272
|
+
}
|
270
273
|
return "'content'";
|
271
274
|
};
|
272
275
|
var getNodeInfo = (element) => {
|