提交 23fd92e6 编写于 作者: M Matt Bierner

Restore persisted zoom

上级 718be9ee
......@@ -486,7 +486,7 @@ class InlineImageView {
imgElement = img.getHTMLElement() as HTMLImageElement;
metadataClb(nls.localize('imgMeta', '{0}x{1} {2}', imgElement.naturalWidth, imgElement.naturalHeight, BinarySize.formatSize(descriptor.size)));
scrollbar.scanDomNode();
updateScale('fit');
updateScale(scale);
});
return context;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册