This commit is contained in:
parent
76822c6755
commit
33585ae173
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
return true;
|
||||
} else if (target.classList.contains("item") && target.parentElement.classList.contains("layout-tab-bar")) {
|
||||
if (!target.classList.contains("item--focus")) {
|
||||
blockElement.removeAttribute("data-render");
|
||||
avRender(blockElement, protyle, undefined, target.dataset.id);
|
||||
}
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Reference in a new issue