Vanessa 2024-09-12 22:23:56 +08:00
parent 9ccb1f173e
commit d9fd9f68d2

View file

@ -1261,6 +1261,7 @@ export const replace = (element: Element, config: Config.IUILayoutTabSearchConfi
return;
}
if (isAll) {
inputEvent(element, config, edit, true);
return;
}
const rootId = currentList.getAttribute("data-root-id");