fix: bug修复

This commit is contained in:
fofolee 2021-03-27 17:45:33 +08:00
parent a17e53d24b
commit c2f2873d67

View File

@ -430,7 +430,7 @@ $("#options").on('click', '.platform', function () {
// ************************************************** // **************************************************
// 保存命令 // 保存命令
let SaveCurrentCommand = async () => { let SaveCurrentCommand = async () => {
if ($('#tags').is(":parent")) { if ($('#output').is(":parent")) {
var type = $('#type').val(), var type = $('#type').val(),
code = $("#code").val(), code = $("#code").val(),
tags = $('#tags').val(), tags = $('#tags').val(),