Skip to content

Commit

Permalink
don't clear the widgets when clear-all is called (close #122)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspayette committed Nov 18, 2014
1 parent 26a5184 commit 7bcc825
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,4 @@ class ExtraWidgetsExtension extends DefaultClassManager {

override def unload(em: ExtensionManager): Unit = clearAll()

override def clearAll(): Unit = {
widgetContextManager.clear()
writer.clearAll()
}
}

0 comments on commit 7bcc825

Please sign in to comment.