fix(view extension): broken search bar UI when opening extensions via hotkey (#938)

* fix: open view extension via hotkey

* refactor: update

* refactor: update

* chore: check error

* chore: ci update

* release notes

---------

Co-authored-by: ayang <473033518@qq.com>
Co-authored-by: rain9 <15911122312@163.com>
This commit is contained in:
SteveLauC
2025-10-22 10:08:00 +08:00
committed by GitHub
parent 731cfc5bd7
commit e029ddf2ba
11 changed files with 74 additions and 39 deletions

View File

@@ -19,6 +19,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4