Skip to content

Commit

Permalink
Closes #6354 Notebook Enter key adds new lines
Browse files Browse the repository at this point in the history
- Removed enter key handlers from Vue component.
- Added "Save" button.
  • Loading branch information
charlesh88 committed Feb 23, 2023
1 parent edcee8d commit a9e147a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@

&__input{
word-break: break-word;

&[disabled] {
opacity: 1 !important;
}
}
&__time-and-creator-and-delete{
display: flex;
Expand Down

0 comments on commit a9e147a

Please sign in to comment.