Skip to content

Commit

Permalink
Deploy latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
egon-development committed Jan 3, 2025
1 parent b2bb563 commit b78efef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,14 +803,6 @@ function DomainStoryElementFactory() {
$type: "Element"
});
}
(0,min_dash__WEBPACK_IMPORTED_MODULE_3__.assign)(attrs.businessObject, {
di: {}
});
if (!attrs.businessObject.$descriptor) {
(0,min_dash__WEBPACK_IMPORTED_MODULE_3__.assign)(attrs.businessObject, {
$descriptor: {}
});
}
// add width and height if shape
if ((!/:activity$/.test(type) || !/:connection$/.test(type)) && !(/:group$/.test(type) && attrs.height || attrs.width)) {
(0,min_dash__WEBPACK_IMPORTED_MODULE_3__.assign)(attrs, self._getCustomElementSize(type));
Expand Down Expand Up @@ -3102,9 +3094,6 @@ PaletteProvider.prototype.getPaletteEntries = function () {
(0,min_dash__WEBPACK_IMPORTED_MODULE_1__.assign)(shape.businessObject, {
id: shape.id
});
if (options) {
shape.businessObject.di.isExpanded = options.isExpanded;
}
create.start(event, shape);
}
let shortType = type.replace(/^domainStory:/, "");
Expand Down
2 changes: 1 addition & 1 deletion app-latest-build/main.js.map

Large diffs are not rendered by default.

0 comments on commit b78efef

Please sign in to comment.