提交 375f17ee 编写于 作者: A Alexandru Dima 提交者: GitHub

Merge pull request #10309 from sandyarmstrong/ie-show-fix

Fix show in IE11
......@@ -965,7 +965,7 @@ export function emmet<T extends HTMLElement>(description: string): T {
export function show(...elements: HTMLElement[]): void {
for (let element of elements) {
element.style.display = null;
element.style.display = '';
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册