소스 검색

ESC only triggers editModal close and not launch

theflametrooper 8 년 전
부모
커밋
782caf72f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/components/Modals/EditSong.vue

+ 1 - 1
frontend/components/Modals/EditSong.vue

@@ -258,7 +258,7 @@
 		},
 		events: {
 			closeModal: function () {
-				this.$parent.toggleModal();
+				this.$parent.modals.editSong = false;
 			},
 			editSong: function (song, index, type) {
 				this.video.player.loadVideoById(song._id, this.editing.song.skipDuration);