wnhlee

Results 26 comments of wnhlee

Hi ! The way I see it, > In Safari, the compositionEnd event does not trigger when a Korean consonant is followed by a number or a special character, whereas...

Hi guys! please check this out: https://lexical-nextjs-ssr.vercel.app/ Now it's possible with the latest lexical. Check the html preview loaded on your network tab.

> Well, the @2wheeh example is not that complex. But I have a feeling it's complex enough that the Lexical team will have to answer several questions about bugs or...

@fantactuka @appkery > The narrower condition to reproduce this: > > - It happens at the offset 0 > - After BACKSPACE or selecting a range > > It works...

@Sahejkm Would you confirm this is able to be replicated ?

@serey-roth @ivailop7 #6274 fails to select whole table by "shift+arrowup" when there is no sibling at all, leading to fail to delete the table correctly. https://github.com/facebook/lexical/assets/40269597/68283ff6-e120-4b6e-b4e2-42ea1de6487d

What i understand: 1. When importing, 20px seems to be set considering to pasting HTML with a small base indent size. https://github.com/facebook/lexical/blob/157b77c2d84fb47aa85f98171e4285b284c26abc/packages/lexical/src/nodes/LexicalParagraphNode.ts#L197 2. For consistency between exporting and importing, we...

For someone who needs this, you can utilize HTML config as a workaround. for example: ```ts const htmlConfig: HTMLConfig = { export: new Map([ [ ParagraphNode, (editor, node) => {...

> Which basically, after being converted to markdown, it is something like this: > > `- item\n- item2\n1. item1\n2. item2\n3. item3\nTest\nTest\n- another list\n- with items\n` I think your input is...