mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-08 07:13:39 +00:00
prevent error when many cues are made in QLab
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<% let playbackPosition = workspace.playbackPosition==cue.uniqueID ? "playback-position" : "" %>
|
||||
<% let selected = workspace.selected.includes(cue.uniqueID) ? "selected": "" %>
|
||||
|
||||
<% if(cueKeys && cueKeys.parent){ %>
|
||||
<% if(cueKeys && cueKeys.parent && cueKeys.nestedGroupPosition){ %>
|
||||
|
||||
<tr class="q-<%= cueKeys.colorName %> q-armed-<%= cueKeys.armed %> <%= playbackPosition %> <%= selected %>" id="<%= cueKeys.uniqueID %>">
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<td><center><%= cueKeys.number || " " %></center></td>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- spaces before name -->
|
||||
<% for(let i=0; i<cueKeys.nestedGroupModes.length; i++){ %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user