Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix message dropdown menu placement:
The renderActions method on messages was trying to guess if the message was the last one, to change the placement of the dropdown menu. It seems that this is no more needed (maybe thanks to the bootstrap v5 upgrade). This commit removes this code, to always use "dropstart" class.
- Loading branch information