We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0
H2
Docker
https://demo.halo.run/console/#/menus?group=&menu=menu-UsvJQ
https://github.com/halo-dev/console/blob/7e0daaedac5ba11535ec7820659414dc54fd6eb8/src/layouts/BasicLayout.vue#L84
组件卸载未清除监听事件。
onUnmounted(() => { document.addEventListener("keydown", handleGlobalSearchKeybinding); });
No response
The text was updated successfully, but these errors were encountered:
/kind bug /area console
Sorry, something went wrong.
/assign @wzrove
fix: the global search keyboard event is not removed when the compone…
f3ef88e
…nt is unmounted (#767) #### What type of PR is this? /kind bug #### What this PR does / why we need it: ![image](https://user-images.githubusercontent.com/88016243/207133131-aa2404b1-c9d3-49fc-a1a7-949dd557e30c.png) #### Which issue(s) this PR fixes: Fixes halo-dev/halo#2927 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note None ```
e523a3e
…nt is unmounted (halo-dev/console#767) #### What type of PR is this? /kind bug #### What this PR does / why we need it: ![image](https://user-images.githubusercontent.com/88016243/207133131-aa2404b1-c9d3-49fc-a1a7-949dd557e30c.png) #### Which issue(s) this PR fixes: Fixes halo-dev#2927 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note None ```
wzrove
Successfully merging a pull request may close this issue.
是什么版本出现了此问题?
2.0
使用的什么数据库?
H2
使用的哪种方式部署?
Docker
在线站点地址
https://demo.halo.run/console/#/menus?group=&menu=menu-UsvJQ
发生了什么?
组件卸载未清除监听事件。
相关日志输出
No response
附加信息
The text was updated successfully, but these errors were encountered: