fix dependency cycle caused by utilDisplayLabel importing presetManager

This commit is contained in:
Kyle Hensel
2024-08-24 11:31:20 +10:00
parent 9469ee2e24
commit 90c4241723
20 changed files with 55 additions and 46 deletions
+1 -1
View File
@@ -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) {