Fix the title disappearing issue

This commit is contained in:
Emmy Leke
2023-04-07 14:47:11 +01:00
committed by EmmyMay
parent bcc80497ff
commit 63ef3ce954
+1 -1
View File
@@ -96,7 +96,7 @@ export default {
const tab = {
// fetchID gets the blockID using the found block
blockID: fetchID(updatedBlock),
title: updatedBlock.title,
title: t.title,
}
b.options.tabs.splice(j, 1, tab)