ZIm/crates/settings_ui/src/ui_components
Anthony Eid f9561da673
Maintain keymap editor position when deleting or modifying a binding (#34440)
When a key binding is deleted we keep the exact same scroll bar
position. When a keybinding is modified we select that keybinding in
it's new position and scroll to it.

I also changed save/modified keybinding to use fs.write istead of
fs.atomic_write. Atomic write was creating two FS events that some
scrollbar bugs when refreshing the keymap editor.

Co-authored-by: Ben \<ben@zed.dev\>

Release Notes:

- N/A
2025-07-15 17:16:29 +00:00
..
mod.rs Sketch in a table for the keybindings UI (#32436) 2025-06-30 19:25:11 -04:00
table.rs Maintain keymap editor position when deleting or modifying a binding (#34440) 2025-07-15 17:16:29 +00:00