mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-19 14:51:42 +03:00
8 lines
104 B
Lua
8 lines
104 B
Lua
Root = {
|
|
drag_start = ui.Rect.default,
|
|
}
|
|
|
|
function Root:move(event) end
|
|
|
|
function Root:drag(event) end
|