fix: typo on clipboard notify (#2032)
This commit is contained in:
@@ -122,7 +122,7 @@ local function add_to_clipboard(node, clip)
|
|||||||
for idx, _node in ipairs(clip) do
|
for idx, _node in ipairs(clip) do
|
||||||
if _node.absolute_path == node.absolute_path then
|
if _node.absolute_path == node.absolute_path then
|
||||||
table.remove(clip, idx)
|
table.remove(clip, idx)
|
||||||
return notify.info(node.absolute_path .. " removed to clipboard.")
|
return notify.info(node.absolute_path .. " removed from clipboard.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
table.insert(clip, node)
|
table.insert(clip, node)
|
||||||
|
|||||||
Reference in New Issue
Block a user