jstd-web/node_modules/diagram-js/lib/features/hover-fix/index.js

8 lines
123 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import HoverFix from './HoverFix';
export default {
__init__: [
'hoverFix'
],
hoverFix: [ 'type', HoverFix ],
};