@@ -43,6 +43,24 @@ var ADocEditor = function (customConfig) {
...
@@ -43,6 +43,24 @@ var ADocEditor = function (customConfig) {
type:0,
type:0,
plainContent:"",
plainContent:"",
style:{...config.style}
style:{...config.style}
},
{
id:++counter,
type:0,
plainContent:"Her hand was balled into a fist with her keys protruding out from between her fingers.",
style:{...config.style}
},
{
id:++counter,
type:0,
plainContent:"",
style:{...config.style}
},
{
id:++counter,
type:0,
plainContent:"She wished that she had something a little more potent than keys between her fingers. It would have been nice to have some mace or pepper spray. He had been meaning to buy some but had never gotten around to it.",
style:{...config.style}
}
}
]
]
...
@@ -147,7 +165,7 @@ var ADocEditor = function (customConfig) {
...
@@ -147,7 +165,7 @@ var ADocEditor = function (customConfig) {
reRenderPages(dataSet)
reRenderPages(dataSet)
}
}
functionreRenderPages(dataList,blinking=false){
functionreRenderPages(dataList,usingClick=false){
if(renderInProgress)return
if(renderInProgress)return
renderInProgress=true
renderInProgress=true
...
@@ -169,7 +187,11 @@ var ADocEditor = function (customConfig) {
...
@@ -169,7 +187,11 @@ var ADocEditor = function (customConfig) {