Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev
This commit is contained in:
commit
1f92a15e8e
|
@ -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