-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Copy to Clipboard option for Note Header card
Added a new option per note to copy note data to clipboard by trying to append note title and description text of a note separated by newline '\n' characters when clipboard data reading is allowed, else simply overwrite Clipboard text with same data of a particular chosen note. And moved options to the right end of note card header using grid display for this part rather than allowing icon options within to spread throughout its size with flex display justify-content as space-between. Signed-off-by: Harshit Gupta <[email protected]>
- Loading branch information
1 parent
fbdb249
commit bd04dd3
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters