Skip to content

Commit

Permalink
Hotfix review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao authored and jbo023 committed Feb 15, 2024
1 parent adba225 commit 9dc01bc
Show file tree
Hide file tree
Showing 16 changed files with 270 additions and 174 deletions.
158 changes: 88 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { moduleIdSymbol } from '@vcmap/core';

import { name, version, mapVersion } from '../package.json';
import { addToolButtons, MeasurementType } from './util/toolbox.js';
import { addToolButtons } from './util/toolbox.js';
import { createMeasurementManager } from './measurementManager.js';
import setupMeasurementResultWindow from './window/setup.js';
import setupKeyListeners from './util/keyListeners.js';
Expand All @@ -10,6 +10,7 @@ import addContextMenu from './util/context.js';
import SimpleMeasurementCategory, {
createCategory,
} from './category/simpleCategory.js';
import { MeasurementType } from './mode/measurementMode.js';

/**
* @typedef {Object} PluginState
Expand Down
Loading

0 comments on commit 9dc01bc

Please sign in to comment.