support zz command
This commit is contained in:
parent
1f15d22643
commit
a5f1e06efc
4 changed files with 14 additions and 4 deletions
|
@ -45,6 +45,9 @@ const doBackgroundAction = (sender, action) => {
|
|||
case actions.ZOOM_OUT:
|
||||
zooms.zoomOut();
|
||||
break;
|
||||
case actions.ZOOM_NEUTRAL:
|
||||
zooms.neutral();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue