提交 35d9f60b 编写于 作者: 1 100pah

fix: [tooltip] escape series from component finder.

上级 91e8e47e
......@@ -1108,7 +1108,7 @@ function findComponentReference(
} {
const { queryOptionMap } = preParseFinder(payload);
const componentMainType = queryOptionMap.keys()[0];
if (!componentMainType) {
if (!componentMainType || componentMainType === 'series') {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册