mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Add comment
This commit is contained in:
parent
82b9897986
commit
87d8ed5af8
1 changed files with 2 additions and 0 deletions
|
@ -292,6 +292,8 @@ export default class MessageComposer extends React.Component {
|
|||
// Stickers
|
||||
const popoverWidth = '300px';
|
||||
const popoverHeight = '300px';
|
||||
// TODO - Add support for stickerpacks from multiple app stores.
|
||||
// Render content from multiple stickerpack sources, each within their own iframe, within the stickerpack UI element.
|
||||
const stickerpackWidget = Widgets.getStickerpackWidgets()[0];
|
||||
|
||||
// Load stickerpack content
|
||||
|
|
Loading…
Reference in a new issue