We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb59e4 commit 589f6efCopy full SHA for 589f6ef
Ajax/semantic/html/collections/menus/HtmlMenu.php
@@ -53,7 +53,7 @@ public function setActiveItem($index) {
53
}
54
55
private function getItemToInsert($item) {
56
- if ($item instanceof HtmlInput || $item instanceof HtmlImg || $item instanceof HtmlIcon || $item instanceof HtmlButtonGroups || $item instanceof HtmlButton || $item instanceof HtmlLabel || $item instanceof HtmlDropdown) {
+ if ($item instanceof HtmlInput || $item instanceof HtmlImg || $item instanceof HtmlIcon || $item instanceof HtmlButtonGroups || $item instanceof HtmlButton || $item instanceof HtmlLabel) {
57
$itemO=new HtmlMenuItem("item-" . $this->identifier . "-" . \sizeof($this->content) , $item);
58
$itemO->addClass("no-active");
59
$item=$itemO;
0 commit comments