Added New Imports

This commit is contained in:
2025-08-22 15:28:21 +05:30
parent d7171a0405
commit 202ce3f27b
3 changed files with 3 additions and 3 deletions
-3
View File
@@ -494,7 +494,6 @@ const sizeProperty = isHorizontal ? "width" : "height";
// Avoid double initialization
if (drawerElement.drawerInstance) {
console.log(`Drawer "${id}" already initialized`);
return;
}
@@ -508,8 +507,6 @@ const sizeProperty = isHorizontal ? "width" : "height";
bubbles: true,
});
drawerElement.dispatchEvent(initEvent);
console.log(`Drawer "${id}" initialized successfully`);
} catch (error) {
console.error(`Failed to initialize drawer "${id}":`, error);
}