parent
049cdd3073
commit
90dcf42bba
@ -17,6 +17,10 @@ local function remove_mark(node)
|
||||
end
|
||||
|
||||
function M.toggle_mark(node)
|
||||
if node.absolute_path == nil then
|
||||
return
|
||||
end
|
||||
|
||||
if M.get_mark(node) then
|
||||
remove_mark(node)
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user