mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 20:43:40 +08:00
FIX: do not unpin reply box in iOS when selecting Emoji
This commit is contained in:
parent
b2f682f35e
commit
e83c2488a2
|
@ -117,6 +117,7 @@ function positioningWorkaround($fixedElement) {
|
|||
if (
|
||||
lastTouchedElement &&
|
||||
($(lastTouchedElement).hasClass("select-kit-header") ||
|
||||
$(lastTouchedElement).closest(".autocomplete") ||
|
||||
["span", "svg", "button"].includes(
|
||||
lastTouchedElement.nodeName.toLowerCase()
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue
Block a user