@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.
package/dist/Editor.js CHANGED
@@ -5504,6 +5504,9 @@ var BulletList = BulletList$1.extend({
5504
5504
  addKeyboardShortcuts: function addKeyboardShortcuts() {
5505
5505
  var _this = this;
5506
5506
  return {
5507
+ "Mod-Shift-8": function ModShift8() {
5508
+ return _this.editor.commands.toggleBulletList();
5509
+ },
5507
5510
  Backspace: function Backspace() {
5508
5511
  return _this.editor.commands.command(function (_ref) {
5509
5512
  var state = _ref.state,