mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Show flash feedback message when copying features with keyboard shortcut Disallow copying of untagged vertices
13 lines
506 B
JavaScript
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';
|