mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
7 lines
104 B
Lua
7 lines
104 B
Lua
Root = {
|
|
drag_start = ui.Rect.default,
|
|
}
|
|
|
|
function Root:move(event) end
|
|
|
|
function Root:drag(event) end
|