Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
修复调整单元格对齐方式会导致textarea元素丢失的问题
Browse files Browse the repository at this point in the history
修复问题:在关闭xss过滤前提下,当选择多个td(td中含有textarea)并修改单元格对齐方式时,td中的textarea会被清空
  • Loading branch information
LanBin authored Dec 4, 2017
1 parent f83e9da commit c4539b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _src/core/dtd.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ var dtd = (dom.dtd = (function() {
img: 1,
embed: 1,
input: 1,
textarea: 1,
link: 1,
meta: 1,
param: 1,
Expand Down

0 comments on commit c4539b9

Please sign in to comment.