mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 19:07:56 +08:00
perf:优化json转换工具
This commit is contained in:
@@ -555,4 +555,9 @@ $(function () {
|
||||
}
|
||||
$("#convertJsonToTableModal").modal("hide");
|
||||
});
|
||||
$("#convertJsonToTableModal").on("hidden.bs.modal",function () {
|
||||
$("#jsonContent").val("");
|
||||
}).on("shown.bs.modal",function () {
|
||||
$("#jsonContent").focus();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user