parent
29339cb219
commit
4342709c3f
|
@ -52,7 +52,7 @@ export class VoteController implements IVoteControllerScope {
|
|||
}
|
||||
|
||||
public vote($event: MouseEvent): void {
|
||||
event.preventDefault();
|
||||
$event.preventDefault();
|
||||
|
||||
this.voting = true;
|
||||
this.error = undefined;
|
||||
|
|
Loading…
Reference in New Issue