I know vue. Everything seems to be similar in vue with angular.In HTML template I see the following event listener:
(mousedown)="mouseDown(); false;"
what is the purpose of false here?
I know vue. Everything seems to be similar in vue with angular.In HTML template I see the following event listener:
(mousedown)="mouseDown(); false;"
what is the purpose of false here?