Fix bug with Data Object Interceptor picking up too much.

don't look for the color picker right now.
clean up the css
This commit is contained in:
Dan 2023-04-04 14:40:59 -04:00
parent 82260144f9
commit c807dbcb2c
3 changed files with 4 additions and 3 deletions

View File

@ -78,3 +78,6 @@ html, body {
right: 10px;
}
.djs-palette.two-column.open {
width: 95px;
}

View File

@ -51,8 +51,7 @@ export default class DataObjectInterceptor extends CommandInterceptor {
flowElements.push(businessObject);
businessObject.$parent = realParent;
}
} else
bpmnUpdater.__proto__.updateSemanticParent.call(this, businessObject, parentBusinessObject);
}
};
/**

View File

@ -35,7 +35,6 @@ module.exports = {
new CopyWebpackPlugin({
patterns: [
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
{ from: '*.css', to: 'vendor/bpmn-js-color-picker', context: 'node_modules/bpmn-js-color-picker/colors' },
{
from: 'assets/**',
to: 'vendor/bpmn-js-properties-panel',