zed icon indicating copy to clipboard operation
zed copied to clipboard

wayland: Fix input_handler out of range access

Open phisch opened this issue 1 year ago • 0 comments

The wayland implementation takes an input handler from the state, but only puts it back if the event was an IME key. I flipped the logic to ensure it's always put back.

This should fix both:

  • #10344
  • #10652

Release Notes:

phisch avatar Apr 18 '24 12:04 phisch