We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b174299 commit bf826baCopy full SHA for bf826ba
packages/composables/use-drawing/use-drawing-fab.ts
@@ -1,7 +1,7 @@
1
/*
2
* @Author: zouyaoji@https://github.com/zouyaoji
3
* @Date: 2021-10-13 09:45:59
4
- * @LastEditTime: 2023-12-06 00:13:43
+ * @LastEditTime: 2024-01-26 14:04:15
5
* @LastEditors: zouyaoji 370681295@qq.com
6
* @Description:
7
* @FilePath: \vue-cesium\packages\composables\use-drawing\use-drawing-fab.ts
@@ -169,11 +169,6 @@ export default function (
169
return Cartesian3.clone(position, result)
170
}
171
172
- } else {
173
- position = scene.pickPosition(windowPosition, cartesianScratch)
174
- if (defined(position)) {
175
- return Cartesian3.clone(position, result)
176
- }
177
178
179
if (defined(scene.globe)) {
0 commit comments