@bigbinary/neeto-editor 1.45.6 → 1.45.7

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.
@@ -5524,6 +5524,9 @@ var BulletList = BulletList$1.extend({
5524
5524
  addKeyboardShortcuts: function addKeyboardShortcuts() {
5525
5525
  var _this = this;
5526
5526
  return {
5527
+ "Mod-Shift-8": function ModShift8() {
5528
+ return _this.editor.commands.toggleBulletList();
5529
+ },
5527
5530
  Backspace: function Backspace() {
5528
5531
  return _this.editor.commands.command(function (_ref) {
5529
5532
  var state = _ref.state,