You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
Hello.
I have lots of dijit widgets loaded vertically on my page (based on cmv-app Github project), so I needed to edit Typeahead.js line 73 from
domConstruct.place(this.menuNode, document.body);
to
domConstruct.place(this.menuNode, this.domNode.offsetParent || document.body);
so the menu is now where it should be.
Should this modification be commited? (By the way, I'm new a Git newbie ;) )
The text was updated successfully, but these errors were encountered: