@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.
@@ -2099,10 +2099,6 @@ var getGlobalShortcuts = function getGlobalShortcuts() {
2099
2099
  sequence: "esc",
2100
2100
  description: i18next__default["default"].t("neetoMolecules.keyboardShortcuts.global.close")
2101
2101
  },
2102
- addNewLineOrSubmitForm: {
2103
- sequence: "return",
2104
- description: i18next__default["default"].t("neetoMolecules.keyboardShortcuts.global.addNewLineOrSubmitForm")
2105
- },
2106
2102
  submitForm: {
2107
2103
  sequence: "command+return",
2108
2104
  description: i18next__default["default"].t("neetoMolecules.keyboardShortcuts.global.submitForm")