This website requires JavaScript.
Explore
Help
Sign In
sartography
/
bpmn-js
Watch
1
Star
0
Fork
0
You've already forked bpmn-js
mirror of
https://github.com/sartography/bpmn-js.git
synced
2025-01-18 13:01:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bpmn-js
/
lib
/
features
/
modeling
/
behavior
/
util
/
ResizeUtil.js
1 line
68 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: unbuild circular dependency Inline `ResizeUtil` into behavior to prevent circular depdendency. It is not being used outside the behavior anyway and uses behavior internals (lane dimensions).
2021-10-14 22:55:46 +02:00
export
{
getParticipantResizeConstraints
}
from
'../ResizeBehavior'
;
Reference in New Issue
Copy Permalink