Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41e5b15

Browse files
committedMay 19, 2024·
fix(ol-overlay): set correct default classNames ol-overlay-container ol-selectable
1 parent e20fb59 commit 41e5b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/map/OlOverlay.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const props = withDefaults(defineProps<Options>(), {
3232
stopEvent: true,
3333
insertFirst: true,
3434
autoPan: false,
35-
className: "ol-overlay",
35+
className: "ol-overlay-container ol-selectable",
3636
});
3737
3838
const map = inject<Map>("map");

0 commit comments

Comments
 (0)
Please sign in to comment.