Find as a controller
This commit is contained in:
parent
ad1f3c07fb
commit
fcd15f4f09
9 changed files with 78 additions and 75 deletions
|
@ -53,7 +53,7 @@ const enterCommand = async(
|
|||
return hideCommand();
|
||||
};
|
||||
|
||||
const enterFind = (text: string): actions.ConsoleAction => {
|
||||
const enterFind = (text?: string): actions.ConsoleAction => {
|
||||
window.top.postMessage(JSON.stringify({
|
||||
type: messages.CONSOLE_ENTER_FIND,
|
||||
text,
|
||||
|
|
Reference in a new issue