mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:55:43 +00:00
FIX: prevents autocompoete of username to appear on right (#11623)
This commit is contained in:
parent
258888b7c4
commit
7cf46b290d
@ -295,7 +295,7 @@ export default function (options) {
|
||||
|
||||
if (isInput || options.treatAsTextarea) {
|
||||
return createPopper(me[0], div[0], {
|
||||
placement: "auto-start",
|
||||
placement: "bottom-start",
|
||||
strategy: "fixed",
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user