Skip to content

Commit

Permalink
Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 19, 2021
1 parent be0a36d commit a7ab13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/assets/javascripts/integrations/clipboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ import {
} from "rxjs"

import { translation } from "~/_"
import {
getElement,
getElements
} from "~/browser"
import { getElement } from "~/browser"

/* ----------------------------------------------------------------------------
* Helper types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@
// removed after copying is done to mitigate whitespace-related issues.
code[data-md-copying] {

// Remove highlighted lines - see https://bit.ly/32iVGWh
// Temporarily remove highlighted lines - see https://bit.ly/32iVGWh
.hll {
display: contents;
}

// Remove code annotation
// Temporarily remove annotations
.md-annotation {
display: none;
}
Expand Down

0 comments on commit a7ab13f

Please sign in to comment.