We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a719b0d commit 2ba07c4Copy full SHA for 2ba07c4
file-browser.lua
@@ -1098,13 +1098,13 @@ local function update(moving_adjacent)
1098
state.list = {}
1099
disable_select_mode()
1100
update_ass()
1101
- state.empty_text = "empty directory"
1102
1103
--the directory is always handled within a coroutine to allow addons to
1104
--pause execution for asynchronous operations
1105
API.coroutine.run(function()
1106
state.co = coroutine.running()
1107
update_list(moving_adjacent)
+ state.empty_text = "empty directory"
1108
1109
end)
1110
end
0 commit comments