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

4 lines
134 B
JavaScript

export default function NoopHandler() {}
NoopHandler.prototype.execute = function() {};
NoopHandler.prototype.revert = function() {};