refactor: table drag preview using decorations (#8597)
* refactor: table drag preview using decorations * fix: history meta for table drag state
This commit is contained in:
parent
8fa08b2506
commit
d497304de5
10 changed files with 124 additions and 37 deletions
|
|
@ -139,8 +139,6 @@ ATTRIBUTES = {
|
|||
"rowspan",
|
||||
"colwidth",
|
||||
"background",
|
||||
"hideContent",
|
||||
"hidecontent",
|
||||
"style",
|
||||
},
|
||||
"td": {
|
||||
|
|
@ -150,8 +148,6 @@ ATTRIBUTES = {
|
|||
"background",
|
||||
"textColor",
|
||||
"textcolor",
|
||||
"hideContent",
|
||||
"hidecontent",
|
||||
"style",
|
||||
},
|
||||
"tr": {"background", "textColor", "textcolor", "style"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue