Fix the title disappearing issue
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user