Made RootView:open_doc() try to use previous node if current node is locked
This commit is contained in:
@@ -111,7 +111,6 @@ end
|
||||
|
||||
|
||||
function TreeView:on_mouse_pressed(button, x, y)
|
||||
core.set_active_view(core.last_active_view)
|
||||
if not self.hovered_item then
|
||||
return
|
||||
elseif self.hovered_item.type == "dir" then
|
||||
|
||||
Reference in New Issue
Block a user