mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
fix: bug修复
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user