|
@@ -1620,7 +1620,9 @@ function initPenData() {
|
|
if(!data.pen.props){
|
|
if(!data.pen.props){
|
|
data.pen.props = {};
|
|
data.pen.props = {};
|
|
}
|
|
}
|
|
- data.pen.props.custom = [];
|
|
|
|
|
|
+ if(!data.pen.props.custom){
|
|
|
|
+ data.pen.props.custom = [];
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (!data.pen.props.image) {
|
|
if (!data.pen.props.image) {
|
|
if (data.pen.image) {
|
|
if (data.pen.image) {
|