frosch95 / SmartCSV.fx

A simple JavaFX application to load, save and edit a CSV file and provide a JSON configuration for columns to check the values in the columns.
http://frosch95.github.io/SmartCSV.fx/
MIT License
75 stars 19 forks source link

Pressing enter in editing does not leave enter mode #31

Closed frosch95 closed 2 years ago

frosch95 commented 2 years ago

When pressing enter in the editing mode, the cell is still in editing mode. The startEdit Event is fired again.