mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
* FIX: allows more precise placement strategy on mobile - default to absolute on mobile, fixed on desktop - allows to set a global `placementStrategy` or a specific to each view `mobilePlacementStrategy` `desktopPlacementStrategy` This is mainly used to allow a proper composer-actions positioning in mobile. Note this commit also fixes a mouseDown event which could propagate quote-button event and cause the composer to close full screen on mobile * mobile only