aboutsummaryrefslogtreecommitdiffhomepage
path: root/rollup.config.js
Commit message (Collapse)AuthorAge
* feat: enable onscroll event from plain-draggableHsieh Chin Fan2024-09-20
| | | | | | | ref: https://github.com/anseki/plain-draggable/issues/148 * put CSS properties resize and overflow-y to content of draggable item * refine CSS for handle animation
* chore: patch eefd82aHsieh Chin Fan2024-09-15
| | | | | | | | | Remove scroll event made by plain-draggable in build stage This change prevents inline style of draggable element got changed with ANY scroll event. (Especially width/height set by resize event) Ref: https://github.com/anseki/plain-draggable/issues/124
* style: Improve code readabilityHsieh Chin Fan2024-09-09
|
* Initial CommitHsieh Chin Fan2024-09-07