adding scroll behaviour to presentation mode
This commit is contained in:
@@ -14,7 +14,7 @@ import {Song} from '../../songs/services/song';
|
||||
export class MonitorComponent implements OnInit {
|
||||
public song: Song;
|
||||
public zoom: number;
|
||||
private index: number;
|
||||
public index: number;
|
||||
private sections: Section[];
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user