fix(clipboard): supress in paste_image branch (#414)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-31 02:38:48 -04:00 committed by GitHub
parent 0c9e715829
commit 81b44e4533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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