Skip to content

Commit

Permalink
Use raw field method
Browse files Browse the repository at this point in the history
  • Loading branch information
roygbyte committed Oct 30, 2022
1 parent 8b4b0a6 commit 3790e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function EditDialog:newFeed(composer)
composer:chooseDownloadDirectory(function(path)
if path
then
dialog:getInputFields()[2]:setText(path)
dialog:getRawFields()[2]:setText(path)
end
end)
end
Expand Down

0 comments on commit 3790e6f

Please sign in to comment.