showing multiword while hiding examples
This commit is contained in:
@@ -138,7 +138,7 @@ class View:
|
||||
example_content.append(h("span.example-logdice", {}, example.other_attributes["logDice"]))
|
||||
|
||||
parent_display = "inherit"
|
||||
if not model.examples_shown and not example.is_collocation():
|
||||
if not model.examples_shown and not example.is_multiword():
|
||||
parent_display = "none"
|
||||
|
||||
clusters_display = "inherit"
|
||||
|
||||
Reference in New Issue
Block a user