编译警告修复

This commit is contained in:
tangly1024.com
2025-02-06 18:09:57 +08:00
parent 3445e84609
commit 659da111e0
2 changed files with 17 additions and 15 deletions

View File

@@ -142,5 +142,3 @@ export const Draggable = ({ children, stick }) => {
</div>
)
}
Draggable.defaultProps = { left: 0, top: 0 }