mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
change order of methods to match other extensions
This commit is contained in:
parent
39f942aca8
commit
20bcffc94a
@ -23,16 +23,16 @@ import TableNodes from './TableNodes'
|
||||
|
||||
export default class Table extends Node {
|
||||
|
||||
get name() {
|
||||
return 'table'
|
||||
}
|
||||
|
||||
get defaultOptions() {
|
||||
return {
|
||||
resizable: true,
|
||||
}
|
||||
}
|
||||
|
||||
get name() {
|
||||
return 'table'
|
||||
}
|
||||
|
||||
get schema() {
|
||||
return TableNodes.table
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user