mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 13:02:46 +08:00
BUG Fix
This commit is contained in:
parent
a32d8fba8d
commit
c6c8caca34
@ -3,7 +3,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
|
||||
// 配置页面
|
||||
if (code == 'options') {
|
||||
utools.setExpendHeight(600);
|
||||
$("#out").hide();
|
||||
$("#out").hide().html('');
|
||||
$("#options").show();
|
||||
showOptions();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user