Skip to content
Snippets Groups Projects

Fix notes drag

Merged Christos requested to merge fix-notes-drag into master
4 files
+ 83
69
Compare changes
  • Side-by-side
  • Inline
Files
4
//TODO Write the node in WaxSchema
// TODO Write the node in WaxSchema
const footnote = {
group: 'inline',
content: 'inline*',
inline: true,
// atom: true,
atom: true,
attrs: {
id: { default: '' },
},