Closed lkarthee closed 10 months ago
When a list cell is clicked - it behaves weird, it appends list into a single word.
https://github.com/livebook-dev/kino/assets/2712395/bbe92939-a2c2-4dda-98a4-111956974dd0
After fix
Also the list column was using an GridColumnIcon.HeaderNumber icon when GridColumnIcon.HeaderArray icon is more appropriate.
GridColumnIcon.HeaderNumber
GridColumnIcon.HeaderArray
I have done an npm install --force as normal install was failing due to incompatible react dependency. There after did a npm run build and tested the cell. Hopefully I have not missed anything.
npm install --force
npm run build
Thanks!
When a list cell is clicked - it behaves weird, it appends list into a single word.
https://github.com/livebook-dev/kino/assets/2712395/bbe92939-a2c2-4dda-98a4-111956974dd0
After fix
Also the list column was using an
GridColumnIcon.HeaderNumber
icon whenGridColumnIcon.HeaderArray
icon is more appropriate.