소스 검색

Clear dataURL on overlay click

sbkwgh 7 년 전
부모
커밋
aec30e17d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/components/routes/SettingsGeneral.vue

+ 1 - 1
frontend/src/components/routes/SettingsGeneral.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class='route_container'>
-		<modal-window v-model='showProfilePictureModal' width='25rem'>
+		<modal-window v-model='showProfilePictureModal' width='25rem' @input='hideProflePictureModal'>
 			<div
 				class='profile_picture_modal'
 				:class='{ "profile_picture_modal--dragging": dragging  }'