Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log action dispatch occurrence (#17718)
Some simple logic to report whenever an action has successfully occurred (and what ShortcutAction was used). Note, there will be some false positives here from startup. I noticed we get a `newTab` on launch. This is probably a result of restoring the window layout of the previous session since we're using ActionAndArgs for that.
- Loading branch information