diagram-js-direct-editing
Advanced tools
Changelog
3.2.0
FEAT
: restore focus on Canvas after closeFEAT
: support diagram-js@15.0.0
Changelog
3.0.1
This reverts v3.0.0
.
FEAT
: restore background for all textboxes. You can remove the background with custom styles or a style config in direct editing provider.Changelog
3.0.0
FEAT
: remove background for non-resizable textboxes (#23)const MyProvider = {
activate: (element) => {
return {
style: {
backgroundColor: '#ffffff',
border: '1px solid #ccc'
}
// ...
}
}
}