mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
removed unnecessary comment
This commit is contained in:
parent
0f64e2e4d6
commit
1cd40d3b0b
@ -18,7 +18,6 @@ export default class ExtensionManager {
|
||||
get options() {
|
||||
const { view } = this
|
||||
return this.extensions
|
||||
// { name, options, update = () => {} }
|
||||
.reduce((nodes, extension) => ({
|
||||
...nodes,
|
||||
[extension.name]: new Proxy(extension.options, {
|
||||
|
Loading…
Reference in New Issue
Block a user