fix: admin mainpage builder drawer doesnot show

This commit is contained in:
2025-12-04 14:08:55 +03:00
parent 3423dd1727
commit ad54b14c68

View File

@@ -145,7 +145,7 @@ function cloneBlock(block) {
}
function showDrawer(blockIndex) {
if (currentBlock.value) {
if (currentBlock.value !== null) {
drawerBlockIndex.value = blockIndex;
isDrawerSettingsVisible.value = true;
}