fix(command): trim spaces
This commit is contained in:
parent
8fb9739f69
commit
b4cda4338f
2 changed files with 4 additions and 4 deletions
|
@ -119,7 +119,7 @@ export function closePreviewHelp() {
|
|||
}
|
||||
|
||||
export function openCommandPanel(isCommandMode = false) {
|
||||
commandPanelInput.value = isCommandMode ? '>' : ''
|
||||
commandPanelInput.value = isCommandMode ? '> ' : ''
|
||||
isCommandPanelOpen.value = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue