Browse Source

Clear dataURL on overlay click

sbkwgh 7 năm trước cách đây
mục cha
commit
aec30e17d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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  }'