@bigbinary/neeto-molecules 1.0.44 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2092,10 +2092,6 @@ var getGlobalShortcuts = function getGlobalShortcuts() {
2092
2092
  sequence: "esc",
2093
2093
  description: i18next.t("neetoMolecules.keyboardShortcuts.global.close")
2094
2094
  },
2095
- addNewLineOrSubmitForm: {
2096
- sequence: "return",
2097
- description: i18next.t("neetoMolecules.keyboardShortcuts.global.addNewLineOrSubmitForm")
2098
- },
2099
2095
  submitForm: {
2100
2096
  sequence: "command+return",
2101
2097
  description: i18next.t("neetoMolecules.keyboardShortcuts.global.submitForm")