Viewing example clusters in main view
This commit is contained in:
@@ -25,9 +25,6 @@ class Model:
|
||||
# choosing and hiding examples
|
||||
self.chosen_examples = []
|
||||
self.examples_shown = True
|
||||
|
||||
self.reset()
|
||||
self.modal_reset()
|
||||
|
||||
def reset(self):
|
||||
# do both resets at once
|
||||
@@ -56,7 +53,5 @@ class Model:
|
||||
parser = __new__(DOMParser())
|
||||
xmlDoc = parser.parseFromString(xml_text, "text/xml")
|
||||
self.entry = Entry(xmlDoc.querySelector("entry"))
|
||||
|
||||
# we need to fix the example clusters
|
||||
Example.add_clusters(self.entry)
|
||||
self.reset()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user