##// END OF EJS Templates
Forward port #8209...
Thomas Kluyver -
Show More
@@ -351,7 +351,7 b' class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin):'
351 #---------------------------------------------------------------------------
351 #---------------------------------------------------------------------------
352 def _handle_clear_output(self, msg):
352 def _handle_clear_output(self, msg):
353 """Handle clear output messages."""
353 """Handle clear output messages."""
354 if include_output(msg):
354 if self.include_output(msg):
355 wait = msg['content'].get('wait', True)
355 wait = msg['content'].get('wait', True)
356 if wait:
356 if wait:
357 self._pending_clearoutput = True
357 self._pending_clearoutput = True
General Comments 0
You need to be logged in to leave comments. Login now