@@ -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 ) ;
@@ -146,7 +145,7 @@ var _Debugger_document = F4(function(impl, flagDecoder, debugMetadata, args)
146145 if ( ! model . __$popout . __doc ) { currPopout = undefined ; return ; }
147146
148147 __VirtualDom_doc = model . __$popout . __doc ; // SWITCH TO POPOUT DOC
149- currPopout || ( currPopout = __VirtualDom_virtualize ( model . __$popout . __doc ) ) ;
148+ currPopout || ( currPopout = __VirtualDom_virtualize ( model . __$popout . __doc . body ) ) ;
150149 var nextPopout = __Main_popoutView ( model ) ;
151150 var popoutPatches = __VirtualDom_diff ( currPopout , nextPopout ) ;
152151 __VirtualDom_applyPatches ( model . __$popout . __doc . body , currPopout , popoutPatches , sendToApp ) ;
0 commit comments