Repeat open, tabopen and winopen command
This commit is contained in:
parent
a2ee6897bf
commit
48e005dc82
7 changed files with 93 additions and 4 deletions
|
@ -42,6 +42,7 @@ export default class RepeatUseCase {
|
|||
case operations.ZOOM_IN:
|
||||
case operations.ZOOM_OUT:
|
||||
case operations.ZOOM_NEUTRAL:
|
||||
case operations.INTERNAL_OPEN_URL:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Reference in a new issue