浏览代码

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