Full Screen mode (#1212)
This commit is contained in:
committed by
GitHub
parent
81b38d8808
commit
2de4fe29ad
@ -48,7 +48,8 @@ export type ActionName =
|
||||
| "zoomIn"
|
||||
| "zoomOut"
|
||||
| "resetZoom"
|
||||
| "changeFontFamily";
|
||||
| "changeFontFamily"
|
||||
| "toggleFullScreen";
|
||||
|
||||
export interface Action {
|
||||
name: ActionName;
|
||||
|
Reference in New Issue
Block a user