editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Using shortcut keys fails to make defaultStyle effective #81

Open chq1024 opened 3 months ago

chq1024 commented 3 months ago

list : { class: NestedList, config: { defaultStyle: 'ordered', }, inlineToolbar: true, shortcut:'CTRL+L' } When I use the defaultStyle of ordered, and I set the shortcut, but when I add the block using the shortcut, I still get unordered