Skip to content

Commit

Permalink
prompt: invalidate prompt and textarea on prompt setting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jul 28, 2022
1 parent 2fe60b6 commit 54d310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ble-core.sh
Expand Up @@ -21,7 +21,7 @@ function bleopt/check:input_encoding {

if [[ $bleopt_input_encoding != "$value" ]]; then
ble-decode/unbind
bleopt_input_encoding=$value
local bleopt_input_encoding=$value
ble-decode/bind
fi
return 0
Expand Down

0 comments on commit 54d310d

Please sign in to comment.