jsmgg

Results 1 comments of jsmgg

自己本地hack了 ```javascript // textarea 就是mentions 里面那个textarea let tmp:any = null export function autoHeight(textarea: any, minHeight = 88, maxHeight = 176) { const style = getComputedStyle(textarea) tmp = tmp || document.createElement('div')...