diff --git a/webroot/index2.html b/webroot/index2.html index babc44c3f..a751cacfb 100644 --- a/webroot/index2.html +++ b/webroot/index2.html @@ -1,10 +1,6 @@ diff --git a/webroot/js/components/chat/chat-input.js b/webroot/js/components/chat/chat-input.js index fd472626b..0ba1e1cc1 100644 --- a/webroot/js/components/chat/chat-input.js +++ b/webroot/js/components/chat/chat-input.js @@ -62,8 +62,9 @@ export default class ChatInput extends Component { initialCategory: 'custom', showPreview: false, emojiSize: '30px', - emojisPerRow: 6, - position: 'top' + // emojisPerRow: 6, + position: 'right-start', + strategy: 'absolute', }); this.emojiPicker.on('emoji', emoji => { this.handleEmojiSelected(emoji); @@ -260,10 +261,12 @@ export default class ChatInput extends Component { type="button" style=${emojiButtonStyle} onclick=${this.handleEmojiButtonClick} + disabled=${!inputEnabled} >😏