JiSeong Park

Results 2 issues of JiSeong Park

## Description I type Korean consonant in editor such as 'ㄱ', 'ㄴ', 'ㄷ' ... onChange does not work. ## Steps to Reproduce https://github.com/udecode/plate/assets/77661228/26918d2b-93d2-4f4c-95e9-73d57fedf02b ## Sandbox ## Expected Behavior ```tsx console.log(value[0].children[0].text)}...

bug
ui
plugin:placeholder

### Describe the bug I use useVirtualize with `useWindowSize` for the responsive item size. ```tsx const { width } = useWindowSize(); const columnVirtualizer = useVirtualizer({ horizontal: true, count: 100, getScrollElement:...