We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86a14a commit 8388ec3Copy full SHA for 8388ec3
1 file changed
js/components/cohortbuilder/components/ConceptSetSelectorTemplate.html
@@ -38,17 +38,6 @@
38
<span data-bind="text:ko.i18n('components.conceptSetSelector.clearConceptSet','Clear Concept Set')"></span>
39
</a></li>
40
</ul>
41
- <ul>
42
- <!-- ko if: previewVisible -->
43
- <div onclick="event.stopPropagation();" class="undraggable"
44
- style="border: solid 1px black;padding:5px; z-index: 999; background-color:white; position: absolute; max-height:200px; overflow-y:auto"
45
- data-bind="style: { top: `${previewTop()}px`, left: `${previewLeft()}px`}">
46
- <div style="background-color:#aaa; font-weight: bold" data-bind="text: previewConceptSet().name"></div>
47
- <conceptset-quickview params="conceptSet: previewConceptSet"></conceptset-quickview>
48
- </div>
49
- <!-- /ko -->
50
- </ul>
51
-
52
</div>
53
54
0 commit comments