Explorar o código

ESC only triggers editModal close and not launch

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
782caf72f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);