File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "watch" : " webpack --config webpack/webpack.dev.js --watch" ,
88 "build" : " webpack --config webpack/webpack.prod.js" ,
9+ "build.firefox" : " npm run build && mv dist/manifest.firefox.json dist/manifest.json" ,
910 "lint" : " prettier --write \" src/**/*.{ts,tsx}\" "
1011 },
1112 "author" : " " ,
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import {
3333} from "../common/fetchers" ;
3434import { print } from "src/utils" ;
3535import Sentry from "../../common/sentry" ;
36- import { isFileUrl } from "../common/utils" ;
3736
3837const globals : {
3938 coverageReport ?: FileCoverageReport ;
@@ -375,6 +374,7 @@ function clearElements() {
375374
376375function clearAnimationAndAnnotations ( ) {
377376 clearAnimation ( lineSelector , annotateLine ) ;
377+ clearAnimation ( noVirtLineSelector , annotateLine ) ;
378378 clearAnnotations ( ( line : HTMLElement ) => {
379379 line . style . backgroundColor = "inherit" ;
380380 } ) ;
You can’t perform that action at this time.
0 commit comments