build: bootstrap-vue-3
- tiptap/CustomImage 정의 문제 수정 - useToast() 관련 문제 수정
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { unwrap } from "@util/unwrap";
|
||||
|
||||
export function autoResizeTextarea(e: InputEvent): void {
|
||||
export function autoResizeTextarea(e: Event): void {
|
||||
const el = unwrap(e.target) as HTMLInputElement;
|
||||
el.style.height = 'auto';
|
||||
el.style.height = `${el.scrollHeight + 1}px`;
|
||||
|
||||
Reference in New Issue
Block a user