perf: optimize the closing jump logic of tabs
* 依据tab访问历史回退上一个tab,原逻辑是返回一下个 或 上一个 * 支持在配置中开启或关闭pull/332/head^2
parent
a8431e2040
commit
633c5f3cda
|
|
@ -105,6 +105,7 @@ exports[`defaultPreferences immutability test > should not modify the config obj
|
||||||
"showMaximize": true,
|
"showMaximize": true,
|
||||||
"showMore": true,
|
"showMore": true,
|
||||||
"styleType": "chrome",
|
"styleType": "chrome",
|
||||||
|
"visitHistory": true,
|
||||||
"wheelable": true,
|
"wheelable": true,
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue