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