From c2f2873d67a66b63602ebe88f690740a95319b09 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 27 Mar 2021 17:45:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/qccommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/js/qccommands.js b/src/assets/js/qccommands.js index 91bf588..388a15d 100644 --- a/src/assets/js/qccommands.js +++ b/src/assets/js/qccommands.js @@ -430,7 +430,7 @@ $("#options").on('click', '.platform', function () { // ************************************************** // 保存命令 let SaveCurrentCommand = async () => { - if ($('#tags').is(":parent")) { + if ($('#output').is(":parent")) { var type = $('#type').val(), code = $("#code").val(), tags = $('#tags').val(),