-
Notifications
You must be signed in to change notification settings - Fork 973
New debug menu option - 'Allow Manual Tab Discarding': creates 'Discard' tab context menu command #13118
Conversation
eebe586
to
2c44eff
Compare
Codecov Report
@@ Coverage Diff @@
## master #13118 +/- ##
==========================================
- Coverage 56.36% 56.3% -0.06%
==========================================
Files 278 278
Lines 27550 27588 +38
Branches 4491 4496 +5
==========================================
+ Hits 15528 15533 +5
- Misses 12022 12055 +33
|
@@ -20,7 +20,7 @@ const settings = require('../../js/constants/settings') | |||
|
|||
// State | |||
const {getByTabId} = require('../common/state/tabState') | |||
const tabState = require('../../app/common/state/tabState') | |||
const tabState = require('../common/state/tabState') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird; the path before was invalid, right? did references before to tabState
work (before this PR)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was not invalid, we just went one more step up and then back into the app folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where now we just go one folder up and then into common
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah- I totally see it now 😄 Was up past bedtime and didn't catch that LOL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, just some tiny clean up whilst there
…scard' tab context menu command
2c44eff
to
104c09a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works great 😄 👍
New debug menu option - 'Allow Manual Tab Discarding': creates 'Discard' tab context menu command
New debug menu option - 'Allow Manual Tab Discarding': creates 'Discard' tab context menu command
Test plan
Note: that you will not be able to switch to the tab due to #10673 which this debug menu option is designed to help fix!
Submitter Checklist:
git rebase -i
to squash commits (if needed).Reviewer Checklist:
Tests