Skip to content

Commit 529473b

Browse files
committed
fix: removed corrupted text from toolbar
bump: release version 1.2.9 security: update dependencies to fix vulnerabilities
1 parent d1a9d63 commit 529473b

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate",
33
"private": true,
4-
"version": "1.2.8",
4+
"version": "1.2.9",
55
"type": "module",
66
"main": "out/main/index.js",
77
"scripts": {

src/renderer/components/Toolbar.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,11 @@ function applyTheme() {
323323
</div>
324324

325325
<div class="toolbar-sep" aria-hidden="true"></div>
326-
\n\n
327-
<!-- Cell type selector -->\n <ToolbarTypeSelector />\n\n
326+
327+
<!-- Cell type selector -->
328+
<ToolbarTypeSelector />
328329
<div class="toolbar-sep" aria-hidden="true"></div>
329-
\n\n
330+
330331
<!-- Cell coloring -->
331332
<div class="toolbar-group">
332333
<!-- Text color -->

0 commit comments

Comments
 (0)