Commit 74c73080 authored by Sebastian Gonzalez's avatar Sebastian Gonzalez Committed by Robert Kasza
Browse files

Issue #3301199: Format CSV not working correctly

parent 60e6bcb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
                        stretchH: 'all',
                        licenseKey: drupalSettings?.handsontable?.license_key ?? "",
                        autoWrapRow: true,
                        contextMenu: Drupal.behaviors.handsontablejson.buildContextMenu(config),
                        contextMenu: Drupal.behaviors.handsontablecsv.buildContextMenu(config),
                    });
                    table.updateSettings({
                        afterChange: function (e) {