fix bad rebase

This commit is contained in:
Thomas Walpole 2017-09-17 13:27:45 -07:00
parent 212ecdcfdf
commit a0a5026fe8
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ private
end
def set_text(value, clear: nil, **)
if value.to_s.empty? && options[:clear].nil?
if value.to_s.empty? && clear.nil?
native.clear
else
if clear == :backspace