mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
leafNodeNames are configurable
This commit is contained in:
parent
df9b5add68
commit
b83d071666
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ proto.setConfig = function ( config ) {
|
|||
li: null,
|
||||
a: null
|
||||
},
|
||||
leafNodeNames: leafNodeNames,
|
||||
undo: {
|
||||
documentSizeThreshold: -1, // -1 means no threshold
|
||||
undoLimit: -1 // -1 means no limit
|
||||
|
|
Loading…
Reference in a new issue