[bugfix] Tabs: incorrect line position in some cases (#3961)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function isHidden(element: HTMLElement) {
|
||||
return (
|
||||
window.getComputedStyle(element).display === 'none' || element.offsetParent === null
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user