fix: fixed problem where the widget wasn't dropping to nearby by position

This commit is contained in:
paul
2024-09-21 22:47:47 +05:30
parent 3ad39c74d6
commit a440b46e9b
5 changed files with 55 additions and 39 deletions

View File

@@ -21,7 +21,8 @@ function WidgetsContainer({onWidgetsUpdate}){
{
name: "TopLevel",
img: ButtonWidget,
link: "https://github.com"
link: "https://github.com",
// widgetType: Widget
},
{
name: "Frame",