• 2412_editable-cells-experiment a02fcabe19

    ryanmwangi released this 2024-12-30 21:39:31 +00:00 | 137 commits to main since this release

    • Replaced on_input function with Rc<dyn Fn(String)> to enable cloning and safe usage in closures.
    • Introduced is_editing signal to manage toggling between display and input modes.
    • Added a persistent default key reference to avoid unnecessary updates.
    • Improved focus and blur handling for better state management.
    • Wrapped input and display logic in a dynamic cell_view function for cleaner separation.
    Downloads