Commit ed0cd4c627766b0bb7a8b76cb36f554db33e242b
1 parent
fabfa424
fix: data component map component drag event conflict
Showing
2 changed files
with
2 additions
and
1 deletions
... | ... | @@ -198,7 +198,7 @@ |
198 | 198 | </script> |
199 | 199 | |
200 | 200 | <template> |
201 | - <div class="w-full h-full flex justify-center items-center flex-col p-2"> | |
201 | + <div class="w-full h-full flex justify-center items-center flex-col p-2 no-drag"> | |
202 | 202 | <div |
203 | 203 | class="w-full flex" |
204 | 204 | v-if="props.layout?.componentType === FrontComponent.MAP_COMPONENT_TRACK_HISTORY" | ... | ... |