Skip to content

fix: 修复图层双击事件丢失问题 #1233

fix: 修复图层双击事件丢失问题

fix: 修复图层双击事件丢失问题 #1233

Triggered via pull request September 20, 2023 14:43
Status Success
Total duration 3m 2s
Artifacts

lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint (14.x): packages/component/__tests__/unit/legend/category/custom-content.test.ts#L2
Replace `createDiv,·removeDom·}·from·'../../../helper/dom` with `CategoryLegend·}·from·'../../../../src`
lint (14.x): packages/component/__tests__/unit/legend/category/custom-content.test.ts#L3
Replace `CategoryLegend·}·from·'../../../../src` with `createDiv,·removeDom·}·from·'../../../helper/dom`
lint (14.x): packages/component/__tests__/unit/legend/category/index.test.ts#L2
Delete `createDiv,·removeDom·}·from·'../../../helper/dom';⏎import·{·`
lint (14.x): packages/component/__tests__/unit/legend/category/index.test.ts#L4
Insert `';⏎import·{·createDiv,·removeDom·}·from·'../../../helper/dom`
lint (14.x): packages/component/__tests__/unit/legend/continue/custom-content.test.ts#L1
Replace `createDiv,·removeDom·}·from·'../../../helper/dom` with `ContinueLegend·}·from·'../../../../src`
lint (14.x): packages/component/__tests__/unit/legend/continue/custom-content.test.ts#L2
Replace `ContinueLegend·}·from·'../../../../src` with `createDiv,·removeDom·}·from·'../../../helper/dom`
lint (14.x): packages/component/__tests__/unit/legend/continue/index.test.ts#L2
Delete `createDiv,·removeDom·}·from·'../../../helper/dom';⏎import·{·`
lint (14.x): packages/component/__tests__/unit/legend/continue/index.test.ts#L4
Insert `';⏎import·{·createDiv,·removeDom·}·from·'../../../helper/dom`
lint (14.x): packages/component/__tests__/unit/tooltip/custom-content.test.ts#L2
Replace `createDiv,·removeDom·}·from·'../../helper/dom';⏎import·{·Tooltip·}·from·'../../../src` with `Tooltip·}·from·'../../../src';⏎import·{·createDiv,·removeDom·}·from·'../../helper/dom`
lint (14.x): packages/component/__tests__/unit/tooltip/index.test.ts#L2
Delete `createDiv,·removeDom·}·from·'../../helper/dom';⏎import·{·`