mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 04:39:57 +08:00
点击元素拖动无效bug修复
This commit is contained in:
parent
a2ab4fd9a9
commit
7edb1ec628
@ -438,7 +438,12 @@ function toolBoxKernel(e, para = null) {
|
||||
title = LANG("移动到", "Move to ");
|
||||
l = 5;
|
||||
}
|
||||
content = para["content"];
|
||||
try {
|
||||
content = para["content"];
|
||||
} catch{
|
||||
content = LANG("元素", " Element");
|
||||
}
|
||||
|
||||
let str = content.trim();
|
||||
if (str == "") {
|
||||
title += LANG("元素", "Element");
|
||||
|
Loading…
x
Reference in New Issue
Block a user