fix(clipboard): supress in paste_image branch (#414)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
0c9e715829
commit
81b44e4533
@ -42,7 +42,7 @@ end
|
||||
---@param line? string
|
||||
M.paste_image = function(line)
|
||||
line = line or nil
|
||||
if not Config.support_paste_image() then
|
||||
if not Config.support_paste_image(true) then
|
||||
return false
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user