forked from treehouse/mastodon
Import upstream's emojify function in settings.js
This fixes updating the profile preview when changing display name.rebase/4.0.0rc2
parent
ed69117048
commit
5e6cec4a40
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
const { length } = require('stringz');
|
const { length } = require('stringz');
|
||||||
const { delegate } = require('rails-ujs');
|
const { delegate } = require('rails-ujs');
|
||||||
|
import emojify from '../mastodon/features/emoji/emoji';
|
||||||
|
|
||||||
delegate(document, '#account_display_name', 'input', ({ target }) => {
|
delegate(document, '#account_display_name', 'input', ({ target }) => {
|
||||||
const nameCounter = document.querySelector('.name-counter');
|
const nameCounter = document.querySelector('.name-counter');
|
||||||
|
|
Loading…
Reference in New Issue