CC-3983: Timeline cursor in Now Playing vanishes after adding a file to a show
-empty cursorId array after every callback
This commit is contained in:
parent
4cb872f615
commit
ca3d554c07
|
@ -670,6 +670,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
$tr = $table.find("tr[id="+cursorIds[i]+"]");
|
$tr = $table.find("tr[id="+cursorIds[i]+"]");
|
||||||
mod.selectCursor($tr);
|
mod.selectCursor($tr);
|
||||||
}
|
}
|
||||||
|
cursorIds = [];
|
||||||
|
|
||||||
//if there is only 1 cursor on the page highlight it by default.
|
//if there is only 1 cursor on the page highlight it by default.
|
||||||
if ($cursorRows.length === 1) {
|
if ($cursorRows.length === 1) {
|
||||||
|
|
Loading…
Reference in New Issue