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:
Aaryan Khandelwal 2026-02-13 17:59:37 +05:30 committed by GitHub
parent 8fa08b2506
commit d497304de5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 124 additions and 37 deletions

View file

@ -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"},