mirror of
https://github.com/iqijun/obsidian-image-share.git
synced 2026-07-22 05:43:50 +00:00
优化
This commit is contained in:
parent
0cf4a292a1
commit
f4d9cd0f93
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -596,7 +596,7 @@ class TextPreviewModal extends Modal {
|
|||
adjustModalSize(canvas.width, canvas.height);
|
||||
|
||||
// 设置默认缩放比例为100%
|
||||
let zoomLevel = 100;
|
||||
let zoomLevel = 80;
|
||||
updateZoom(zoomLevel);
|
||||
|
||||
// 添加缩放按钮事件和动画
|
||||
|
|
|
|||
Loading…
Reference in a new issue