Skip to content
Snippets Groups Projects
Commit 7e11d9e4 authored by jojohoch's avatar jojohoch
Browse files

Hide media control bar when no control is marked for display

parent b2608ca1
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ Player
with the minRun property have been played.
- Fix style and scroll behavior of marking buttons
- Fix problem with truncated text in text components when using large font sizes
- Hide audio and video control bar when no control is marked for display
1.5.0
- Show the magnifier only when the mouse is over the image
......
<div class="control-bar"
[class.hint-border]="showHint">
<div *ngIf="elementModel.startControl ||
elementModel.pauseControl ||
elementModel.showRestRuns ||
elementModel.progressBar ||
elementModel.showRestTime ||
elementModel.volumeControl"
class="control-bar"
[class.hint-border]="showHint">
<ng-container *ngIf="elementModel.startControl">
<button *ngIf="!playing || !elementModel.pauseControl"
type="button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment