mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
fix dependency cycle caused by utilDisplayLabel importing presetManager
This commit is contained in:
@@ -5,7 +5,7 @@ import { modeSelect } from '../modes/select';
|
||||
import { geoExtent, geoVecSubtract } from '../geo';
|
||||
import { t } from '../core/localizer';
|
||||
import { uiCmd } from '../ui/cmd';
|
||||
import { utilDisplayLabel } from '../util/util';
|
||||
import { utilDisplayLabel } from '../util/utilDisplayLabel';
|
||||
|
||||
// see also `behaviorPaste`
|
||||
export function operationPaste(context) {
|
||||
|
||||
Reference in New Issue
Block a user