wnhlee

Results 11 issues of wnhlee

I tried to improve readability and type safety. ### Changes - Set `eqeqeq` eslint rule to [`always`](https://eslint.org/docs/latest/rules/eqeqeq#always), which forces `===`, `!==` instead of `==`, `!=`. - Simplified some assertions which...

CLA Signed

Lexical version: 0.14.3 (the latest) ## Steps To Reproduce This one is separated from https://github.com/facebook/lexical/issues/5544#issuecomment-1953488420 and related with #5543 1. insert a table. 2. make it sure there is not...

Lexical version: 0.14.3 (the latest) ## Steps To Reproduce ### on iOS: Korean Keyboard inputs don't emit `CompositionEvents` (any of `compositionstart`, `compositionend`, `compositionupdate`) keeping `isComposing` as `false`. That’s same context...

composition

`getUser` implementation got moved to `@app/lib/data`: - #212 However, during the update of `auth.ts`, somehow `getUser` got decided to retained in `auth.ts` (which might be a result of a git...

## Description **Closes:** #6123

CLA Signed

Merging PR should close auto-linked issue.

enhancement

### from exportDOM ![image](https://github.com/facebook/lexical/assets/40269597/bca898ac-a611-490b-9dc8-64addb47575a) ### from reconciler ![image](https://github.com/facebook/lexical/assets/40269597/b17b54a8-0c44-4683-82c3-946fddc3ae77) element returned from `exportDOM` of `paragraphNode` doesn't have indent class from theme and doesn't apply configured indentation base value as well. instead,...

enhancement

Lexical version: the latest 0.14.5 ## Steps To Reproduce 1. make just one paragraphNode with indentation 2. select and paste Link to code example: can reproduce in the playground ##...

Currently the type of `target` is `LexicalNode`. So it's not possible to use the certain methods of target node instance in callback function. For example: ```ts html: { export: new...

CLA Signed

## Description It adds handling for pasting paragraph into an empty quote node. Closes #5108 ## Test plan ### Before https://github.com/facebook/lexical/assets/40269597/c0f404db-f816-4d28-b0ae-db48e4985a9d ### After https://github.com/facebook/lexical/assets/40269597/a0c90ce2-239a-49cf-aa76-17bc2c1f1f2a

CLA Signed
extended-tests