Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 214:a46913c0e05d
Back out the previous relating to trying to prevent accidental zooming - will return to that later.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 30 Mar 2017 15:57:17 +0100 |
parents | 733bcba71003 |
children | 0833ddde6a83 |
line wrap: on
line source
<div #track class="track" (mousedown)="seekStart()" (mouseup)="seekEnd($event.clientX)"></div> <template [ngIf]="isLoading"> <ugly-progress-spinner [isVisible]="true"></ugly-progress-spinner> </template>