mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-19 16:38:41 +00:00
快速显示隐藏node的快捷键
This commit is contained in:
parent
115c4f90cf
commit
7e7dfabe8c
@ -276,7 +276,8 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
if (selectedUUID) {
|
if (selectedUUID) {
|
||||||
menus.push({
|
menus.push({
|
||||||
name: "visible (sapce)",
|
name: "visible",
|
||||||
|
shortKey: "space",
|
||||||
enabled: true,
|
enabled: true,
|
||||||
callback: () => {
|
callback: () => {
|
||||||
ga.fireEventWithParam(GA_EventName.MouseMenu, "visible");
|
ga.fireEventWithParam(GA_EventName.MouseMenu, "visible");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user