showing multiword while hiding examples

This commit is contained in:
2020-02-03 06:13:14 +01:00
parent 5f298cd185
commit 437883701a
2 changed files with 4 additions and 1 deletions

View File

@@ -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"