fix: drag error

This commit is contained in:
MystiPanda
2024-03-16 17:06:59 +08:00
parent 11538552eb
commit 82246fd9c7
2 changed files with 6 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ const Layout = () => {
: {},
]}
>
<div className="layout__left" data-tauri-drag-region="true">
<div className="layout__left">
<div className="the-logo" data-tauri-drag-region="true">
{!isDark ? <LogoSvg /> : <LogoSvg_dark />}
{<UpdateButton className="the-newbtn" />}