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