mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
fix: bug修复
This commit is contained in:
parent
a17e53d24b
commit
c2f2873d67
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user