[Client] 🎨
This commit is contained in:
parent
1a5641bc1a
commit
4968efe101
4 changed files with 94 additions and 27 deletions
|
|
@ -337,7 +337,8 @@
|
|||
this.react = () => {
|
||||
riot.mount(document.body.appendChild(document.createElement('mk-reaction-picker')), {
|
||||
source: this.refs.reactButton,
|
||||
post: this.p
|
||||
post: this.p,
|
||||
compact: true
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -401,7 +401,8 @@
|
|||
this.react = () => {
|
||||
riot.mount(document.body.appendChild(document.createElement('mk-reaction-picker')), {
|
||||
source: this.refs.reactButton,
|
||||
post: this.p
|
||||
post: this.p,
|
||||
compact: true
|
||||
});
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue