Closed ibuclaw closed 4 months ago
This reverts commit 8f2a8aeefd634c3f861ba51f7ca5fe256c7350b1.
There is no other place in the code that calls rev_multi->set_reveal_child(true), so the consequence of this change was that the ; key no longer shows the revealer bar.
rev_multi->set_reveal_child(true)
;
Before this PR:
After this PR:
last force-push was only a change to the commit message
@zxramozx Could you explain what this means and what it has to do with this pr?
This reverts commit 8f2a8aeefd634c3f861ba51f7ca5fe256c7350b1.
There is no other place in the code that calls
rev_multi->set_reveal_child(true)
, so the consequence of this change was that the;
key no longer shows the revealer bar.Before this PR:
After this PR: