Skip to content

Commit

Permalink
Multiline highlights support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Jun 30, 2024
1 parent ee9c9ea commit c9d970d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "5.6.42",
"version": "5.6.43",
"description": "All-in-one bookmark manager",
"author": "Rustem Mussabekov",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/co/highlights/item/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default function HighlightsItemView({ text, color, created, pro, onScroll
type='text'
variant='inline'
autoSize
multiline
autoComplete='off'
spellCheck='false'
disabled={!pro}
Expand Down

0 comments on commit c9d970d

Please sign in to comment.