mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-03-12 15:11:42 +08:00
Update apis-manager.js
This commit is contained in:
parent
964b44fcc5
commit
43b1ada082
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ class AppLogsViewer extends RbModal {
|
|||
placeholder={$L('搜索')}
|
||||
onKeyDown={(e) => {
|
||||
if (e.keyCode === 13) {
|
||||
this.__q = null
|
||||
this._loadNext(true, e.target.value)
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue