Skip to content

Commit

Permalink
修改SetOption中传参svgCache
Browse files Browse the repository at this point in the history
  • Loading branch information
lixianbin1 committed Mar 7, 2024
1 parent a4e0eae commit 8fdd1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgZoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function SetOption(obj){
obj.top?_top=obj.top:""
obj.left?_left=obj.left:""
obj.theme?_theme=obj.theme:""
obj.svgCache?_svgCache = obj.svg:""
obj.svgCache?_svgCache = obj.svgCache:""
}

//设置标题
Expand Down

0 comments on commit 8fdd1a7

Please sign in to comment.