fix: admin mainpage builder drawer doesnot show
This commit is contained in:
@@ -145,7 +145,7 @@ function cloneBlock(block) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showDrawer(blockIndex) {
|
function showDrawer(blockIndex) {
|
||||||
if (currentBlock.value) {
|
if (currentBlock.value !== null) {
|
||||||
drawerBlockIndex.value = blockIndex;
|
drawerBlockIndex.value = blockIndex;
|
||||||
isDrawerSettingsVisible.value = true;
|
isDrawerSettingsVisible.value = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user