Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Feb 29, 2024
1 parent ec4faa8 commit dcbb585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/rundown/app/utils/selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export async function disableSelection (disabled) {

/**
* Delete the current selection
*
*
* Fetch the selection from the main thread before doing the deletion as
* we want to make sure we don't delete the wrong items from an unsynced state
*
*
* @returns { Promise.<void> }
*/
export async function deleteSelection () {
Expand All @@ -64,7 +64,7 @@ export async function deleteSelection () {
/**
* Copy a string representation of the
* currently selected items to the clipboard
*
*
* @returns { Promise.<void> }
*/
export async function copySelection () {
Expand Down

0 comments on commit dcbb585

Please sign in to comment.