mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
chore: extract modeling feedback into dedicated module
It is a UI component that shall be used in interactive environments only.
This commit is contained in:

committed by
Nico Rehwaldt

parent
fda949f4c6
commit
b528a865a7
@ -19,7 +19,6 @@ import IsHorizontalFix from './IsHorizontalFix';
|
||||
import LabelBehavior from './LabelBehavior';
|
||||
import LayoutConnectionBehavior from './LayoutConnectionBehavior';
|
||||
import MessageFlowBehavior from './MessageFlowBehavior';
|
||||
import ModelingFeedback from './ModelingFeedback';
|
||||
import RemoveEmbeddedLabelBoundsBehavior from './RemoveEmbeddedLabelBoundsBehavior';
|
||||
import RemoveElementBehavior from './RemoveElementBehavior';
|
||||
import RemoveParticipantBehavior from './RemoveParticipantBehavior';
|
||||
@ -63,7 +62,6 @@ export default {
|
||||
'labelBehavior',
|
||||
'layoutConnectionBehavior',
|
||||
'messageFlowBehavior',
|
||||
'modelingFeedback',
|
||||
'removeElementBehavior',
|
||||
'removeEmbeddedLabelBoundsBehavior',
|
||||
'removeParticipantBehavior',
|
||||
@ -102,7 +100,6 @@ export default {
|
||||
labelBehavior: [ 'type', LabelBehavior ],
|
||||
layoutConnectionBehavior: [ 'type', LayoutConnectionBehavior ],
|
||||
messageFlowBehavior: [ 'type', MessageFlowBehavior ],
|
||||
modelingFeedback: [ 'type', ModelingFeedback ],
|
||||
removeElementBehavior: [ 'type', RemoveElementBehavior ],
|
||||
removeEmbeddedLabelBoundsBehavior: [ 'type', RemoveEmbeddedLabelBoundsBehavior ],
|
||||
removeParticipantBehavior: [ 'type', RemoveParticipantBehavior ],
|
||||
|
Reference in New Issue
Block a user