You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The note and folder name are rendered in the DOM using v-html, meaning if it contains an HTML tag, it will be rendered as HTML instead of text.
To Reproduce
Steps to reproduce the behavior:
Save a note as <u>test
Open the note switching dialog
See the note name rendered as HTML
Expected behavior
Note/folder title should be rendered as text.
Describe the bug
The note and folder name are rendered in the DOM using
v-html
, meaning if it contains an HTML tag, it will be rendered as HTML instead of text.To Reproduce
Steps to reproduce the behavior:
<u>test
Expected behavior
Note/folder title should be rendered as text.
Desktop:
Additional context
heynote/src/components/BufferSelector.vue
Lines 266 to 267 in a4b187e
The text was updated successfully, but these errors were encountered: