Преглед изворни кода

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  }'