mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-24 14:14:18 +08:00
Fix extra semicolon from linter
This commit is contained in:
parent
3aa4c6105b
commit
8cb783ddf6
@ -80,7 +80,7 @@ export class TabHeaderComponent {
|
||||
|
||||
@HostListener('mousedown', ['$event']) async onMouseDown ($event: MouseEvent) {
|
||||
if ($event.which === 2) {
|
||||
$event.preventDefault();
|
||||
$event.preventDefault()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user