mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-03-26 08:54:48 +08:00
fix show_lines button visible in edit mode if you change tabs
This commit is contained in:
@@ -89,7 +89,7 @@ export default function reducer(state = defaultState, action) {
|
||||
...state,
|
||||
tab: action.tab ? action.tab : 'request',
|
||||
displayLarge: false,
|
||||
showFullContent: false
|
||||
showFullContent: state.contentView == 'Edit'
|
||||
}
|
||||
|
||||
case SET_CONTENT_VIEW:
|
||||
|
||||
Reference in New Issue
Block a user