Bob Ippolito

Results 485 comments of Bob Ippolito

The static methods will continue to be supported for the foreseeable future. `$config` does not depend on NodeState, it provides extra functionality for NodeState that is not possible with the...

This isn't enough information to reproduce the problem you're experiencing, this issue doesn't occur in the playground when pasting this sort of structure so maybe you just haven't configured your...

I think this is intended behavior, decorator nodes can’t have children, although the error message could be better and perhaps the documentation could describe a workaround.

Looks like there are two issues here: 1. The documentation for RangeSelection.hasFormat is inconsistent with the implementation. It says "This will be true if *any* node in the Selection has...

The fix would be to update `isUndo` in LexicalEvents.ts with whatever the correct code is to detect that specific shortcut with all supported keyboards and platforms. For a workaround, you...

If you do have a systematic way of solving this, a PR would be appreciated. Similar issues may affect other built-in keyboard shortcuts.

I don't personally have very strong opinions about this, but @Sahejkm might as the author of that PR. I agree that internationalization/localization is a lot more common than switching to...

It's probably also worth asking here, can you be precise about exactly which platforms, browsers and keyboard layouts you are experiencing this problem on? I primarily use macOS and can't...

The contributors spent some time discussing this issue and we are open to accepting a PR that changes the hotkey logic to work more like it did before #6110 -...