UNPKG

@tycoonsystems/tycoon-modules

Version:
1 lines 647 B
const handleKeyPressChat=(e,r)=>{if(e?.key&&("Enter"==e.key||13==e.charCode))return e.preventDefault(),r(e),!1},scrollChatDown=(e,r="smooth")=>{e?.current?.scrollHeight&&e.current.scrollBy({top:e.current.scrollHeight,behavior:r})},handleSqueezedInputFocus=e=>{e?.currentTarget&&!e?.currentTarget?.classList?.contains("squeezedInputWider")&&e.currentTarget.classList.add("squeezedInputWider")},handleSqueezedInputBlur=e=>{e?.currentTarget&&e?.currentTarget?.classList?.contains("squeezedInputWider")&&e.currentTarget.classList.remove("squeezedInputWider")};export{handleKeyPressChat,scrollChatDown,handleSqueezedInputFocus,handleSqueezedInputBlur};