Skip to content

Remove boolean eql check in keybindings

Paul Slaughter requested to merge ps-update-keybindings-is-customizable into master

What does this MR do?

This MR removes an === false check, which can be difficult to grok and is not obvious why a simple falsey check is not valid. It also encapsulates this with an internal helper method.

Merge request reports

Loading