Files
iD/modules/behavior/index.js
Quincy Morgan 0278e700a0 Convert feature copying functionality from a standalone behavior to an operation and add to edit menu (re: #2508)
Show flash feedback message when copying features with keyboard shortcut
Disallow copying of untagged vertices
2020-05-13 15:42:28 -04:00

13 lines
506 B
JavaScript

export { behaviorAddWay } from './add_way';
export { behaviorBreathe } from './breathe';
export { behaviorDrag } from './drag';
export { behaviorDrawWay } from './draw_way';
export { behaviorDraw } from './draw';
export { behaviorEdit } from './edit';
export { behaviorHash } from './hash';
export { behaviorHover } from './hover';
export { behaviorLasso } from './lasso';
export { behaviorOperation } from './operation';
export { behaviorPaste } from './paste';
export { behaviorSelect } from './select';