@@ -3156,6 +3156,26 @@ const RundownViewContent = translateWithTracker<IPropsWithReady, IState, ITracke
31563156 showStyleVariant = { showStyleVariant }
31573157 />
31583158 </ ErrorBoundary >
3159+ < ErrorBoundary >
3160+ < Shelf
3161+ buckets = { this . props . buckets }
3162+ isExpanded = {
3163+ this . state . isInspectorShelfExpanded ||
3164+ ( ! this . state . wasShelfResizedByUser && this . state . shelfLayout ?. openByDefault )
3165+ }
3166+ onChangeExpanded = { this . onShelfChangeExpanded }
3167+ hotkeys = { this . defaultHotkeys ( t ) }
3168+ playlist = { this . props . playlist }
3169+ showStyleBase = { this . props . showStyleBase }
3170+ showStyleVariant = { this . props . showStyleVariant }
3171+ studioMode = { this . props . userPermissions . studio }
3172+ onChangeBottomMargin = { this . onChangeBottomMargin }
3173+ rundownLayout = { this . state . shelfLayout }
3174+ shelfDisplayOptions = { this . props . shelfDisplayOptions }
3175+ bucketDisplayFilter = { this . props . bucketDisplayFilter }
3176+ studio = { this . props . studio }
3177+ />
3178+ </ ErrorBoundary >
31593179 < ErrorBoundary >
31603180 { this . props . userPermissions . studio && ! Settings . disableBlurBorder && (
31613181 < KeyboardFocusIndicator userPermissions = { this . props . userPermissions } >
@@ -3292,26 +3312,6 @@ const RundownViewContent = translateWithTracker<IPropsWithReady, IState, ITracke
32923312 < ErrorBoundary >
32933313 < PointerLockCursor />
32943314 </ ErrorBoundary >
3295- < ErrorBoundary >
3296- < Shelf
3297- buckets = { this . props . buckets }
3298- isExpanded = {
3299- this . state . isInspectorShelfExpanded ||
3300- ( ! this . state . wasShelfResizedByUser && this . state . shelfLayout ?. openByDefault )
3301- }
3302- onChangeExpanded = { this . onShelfChangeExpanded }
3303- hotkeys = { this . defaultHotkeys ( t ) }
3304- playlist = { this . props . playlist }
3305- showStyleBase = { this . props . showStyleBase }
3306- showStyleVariant = { this . props . showStyleVariant }
3307- studioMode = { this . props . userPermissions . studio }
3308- onChangeBottomMargin = { this . onChangeBottomMargin }
3309- rundownLayout = { this . state . shelfLayout }
3310- shelfDisplayOptions = { this . props . shelfDisplayOptions }
3311- bucketDisplayFilter = { this . props . bucketDisplayFilter }
3312- studio = { this . props . studio }
3313- />
3314- </ ErrorBoundary >
33153315 < ErrorBoundary >
33163316 { this . props . playlist && this . props . studio && this . props . showStyleBase && (
33173317 < RundownNotifier playlistId = { this . props . playlist . _id } studio = { this . props . studio } />
0 commit comments