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

Commit

Permalink
Merge pull request #3236 from tylanbin/patch-2
Browse files Browse the repository at this point in the history
修复调整单元格对齐方式会导致td中textarea元素丢失的问题
  • Loading branch information
Phinome authored Jan 10, 2018
2 parents c6beb79 + c4539b9 commit 1b63eb8
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 1b63eb8

Please sign in to comment.