Skip to content

Commit

Permalink
build: v2.0.0 twice
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 12, 2024
1 parent 8d12418 commit e4ac2de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/framework/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const onSettingWindowCreated = async (view) => {
iframe.height = "100%";
iframe.style.border = "none";
//去掉iframe滚动条
iframe.scrolling = "no";
//iframe.scrolling = "no";
//有滚动条何尝不是一种美
view.appendChild(iframe);
};

0 comments on commit e4ac2de

Please sign in to comment.