jstd-web/node_modules/diagram-js/lib/features/modeling/cmd/NoopHandler.js

4 lines
134 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
export default function NoopHandler() {}
NoopHandler.prototype.execute = function() {};
NoopHandler.prototype.revert = function() {};