fix: marker highlighting for visual editor

This commit is contained in:
NGPixel
2019-11-03 22:25:29 -05:00
parent 8eddc4799e
commit 491434fd92
2 changed files with 28 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ export default {
this.tree = [
{
id: 0,
title: '/ (root',
title: '/ (root)',
children: []
}
]