Skip to content

Commit e04454f

Browse files
committed
(#40) Updated default highlight duration to 500ms
1 parent 6fe5ce1 commit e04454f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screen.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class Screen {
3232
/**
3333
* Configure highlighting duration
3434
*/
35-
highlightDuration: 1,
35+
highlightDuration: 500,
3636

3737
/**
3838
* Configure opacity of highlight window

0 commit comments

Comments
 (0)