Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Limit formatting bar offset to top of composer #9365

Merged
merged 4 commits into from
Nov 18, 2022

Commits on Oct 6, 2022

  1. Limit formatting bar offset to top of composer

    When highlighting larger sections in the composer, the formatting bar
    would scroll up and cover a previous post. This commit makes sure
    the bar's offset will be limited to the top of the composer.
    
    It should also make the code slightly more maintainable by getting the bar height
    from the DOMrect and basing the offset on that height instead of hardcoding it.
    
    Resolves: matrix-org#12359
    owi92 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    27376f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b718053 View commit details
    Browse the repository at this point in the history
  3. Update src/components/views/rooms/MessageComposerFormatBar.tsx

    Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
    owi92 and justjanne authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c298d00 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    b254ff4 View commit details
    Browse the repository at this point in the history