提交 63c7f92a 编写于 作者: R Ricardo Cabello

Merge pull request #6598 from makc/linky-thingy

Linky thingy
......@@ -287,7 +287,10 @@ Menubar.File = function ( editor ) {
link.href = objectURL;
link.download = filename || 'data.json';
link.target = '_blank';
link.style.display = 'none';
document.body.appendChild( link );
link.click();
document.body.removeChild( link );
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册