mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-10 13:57:17 +00:00
Merge branch 'develop' into kostia/feature/share_link
This commit is contained in:
commit
46d7e09033
File diff suppressed because one or more lines are too long
@ -29,7 +29,9 @@ const options: DropdownOptions = {
|
||||
onShow: tooltip => {
|
||||
// this will close opened menu if you trigger another one
|
||||
if (currentElement) {
|
||||
if (tooltip !== currentElement) {
|
||||
currentElement.hide();
|
||||
}
|
||||
currentElement = tooltip;
|
||||
} else {
|
||||
currentElement = tooltip;
|
||||
|
Loading…
x
Reference in New Issue
Block a user