drawer fixes
This commit is contained in:
@@ -107,7 +107,7 @@ function SwipeableTabs({
|
||||
const activeSlideRef = slideRefs.current[activeTab];
|
||||
if (!activeSlideRef) return;
|
||||
|
||||
let timeoutId: number;
|
||||
let timeoutId: any;
|
||||
const resizeObserver = new ResizeObserver(() => {
|
||||
clearTimeout(timeoutId);
|
||||
timeoutId = setTimeout(updateHeight, 16);
|
||||
|
||||
Reference in New Issue
Block a user