mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Do not close container/slider when clicking on single select field
This commit is contained in:
parent
4220e0c7da
commit
3c7fbbef22
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@
|
|||
$(this).tipsy('hide');
|
||||
}
|
||||
});
|
||||
input.click(function(ev) {
|
||||
// prevent clicks to close any container
|
||||
ev.stopPropagation();
|
||||
});
|
||||
});
|
||||
};
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue