Skip to content

Commit

Permalink
feat: 구글 지도 랜드마크 클릭 못하게 하는 기능 추가 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain authored Aug 21, 2023
1 parent 31ae4a8 commit 7aa7d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/stores/google-maps/googleMapStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const getGoogleMapStore = (() => {
center: initialCenter,
zoom: INITIAL_ZOOM_SIZE,
disableDefaultUI: true,
clickableIcons: false,
mapId: '92cb7201b7d43b21',
minZoom: 8,
maxZoom: 20,
Expand Down

0 comments on commit 7aa7d78

Please sign in to comment.