pgadmin4/web/pgadmin/static/js/selection
Aditya Toshniwal 26a758a0d6 Fixed an issue where copying and pasting a cell with multiple line data
will result in multiple rows. Fixes 

Fixed an old issue where quotes are not escaped when copying the cells.
As per CSV standards, if the string is in double quotes and there are
double quotes inside the string then they should be escaped with extra double-quotes.
2020-08-10 16:53:32 +05:30
..
active_cell_capture.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
clipboard.js Fixed copy-paste row issues in View/Edit Data. Fixes 2020-04-16 15:25:39 +05:30
column_selector.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
copy_data.js Fixed copy-paste row issues in View/Edit Data. Fixes 2020-04-16 15:25:39 +05:30
grid_selector.js Fixed following SoanrQube issues: 2020-07-07 16:25:46 +05:30
range_boundary_navigator.js Fixed an issue where copying and pasting a cell with multiple line data 2020-08-10 16:53:32 +05:30
range_selection_helper.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
row_selector.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
set_staged_rows.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
xcell_selection_model.js Fixed the SoanrQube code smell 'Variables should not be shadowed'. 2020-07-03 14:33:30 +05:30