@@ -46,7 +46,6 @@ var _Debugger_element = F4(function(impl, flagDecoder, debugMetadata, args)
4646 function ( sendToApp , initialModel )
4747 {
4848 var view = impl . __$view ;
49- var title = __VirtualDom_doc . title ;
5049 var domNode = args && args [ 'node' ] ? args [ 'node' ] : __Debug_crash ( 0 ) ;
5150 var currNode = __VirtualDom_virtualize ( domNode ) ;
5251 var currBlocker = __Main_toBlockerType ( initialModel ) ;
@@ -87,7 +86,7 @@ var _Debugger_element = F4(function(impl, flagDecoder, debugMetadata, args)
8786 // view popout
8887
8988 __VirtualDom_doc = model . __$popout . __doc ; // SWITCH TO POPOUT DOC
90- currPopout || ( currPopout = __VirtualDom_virtualize ( model . __$popout . __doc ) ) ;
89+ currPopout || ( currPopout = __VirtualDom_virtualize ( model . __$popout . __doc . body ) ) ;
9190 var nextPopout = __Main_popoutView ( model ) ;
9291 var popoutPatches = __VirtualDom_diff ( currPopout , nextPopout ) ;
9392 __VirtualDom_applyPatches ( model . __$popout . __doc . body , currPopout , popoutPatches , sendToApp ) ;
@@ -148,7 +147,7 @@ var _Debugger_document = F4(function(impl, flagDecoder, debugMetadata, args)
148147 if ( ! model . __$popout . __doc ) { currPopout = undefined ; return ; }
149148
150149 __VirtualDom_doc = model . __$popout . __doc ; // SWITCH TO POPOUT DOC
151- currPopout || ( currPopout = __VirtualDom_virtualize ( model . __$popout . __doc ) ) ;
150+ currPopout || ( currPopout = __VirtualDom_virtualize ( model . __$popout . __doc . body ) ) ;
152151 var nextPopout = __Main_popoutView ( model ) ;
153152 var popoutPatches = __VirtualDom_diff ( currPopout , nextPopout ) ;
154153 __VirtualDom_applyPatches ( model . __$popout . __doc . body , currPopout , popoutPatches , sendToApp ) ;
0 commit comments