Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlb0224 committed Jul 7, 2024
1 parent 515ef8a commit 131f71f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/component/PopupRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ export function PopupRoot({
秒后自动关闭。
</span><span style={configItemStyle}>
<input
type='checkbox'
defaultChecked={bAutoFocus}
onChange={(e) => {
setBAutoFocus(e.currentTarget.checked);
Expand Down Expand Up @@ -1369,6 +1370,7 @@ export function PopupRoot({
</div>
),
[
bAutoFocus,
configName,
pSingleWindow,
isPopoverOpen,
Expand Down Expand Up @@ -1413,6 +1415,7 @@ export function PopupRoot({
</ArrowContainer> //ArrowContainer
),
[
bAutoFocus,
configName,
pSingleWindow,
isPopoverOpen,
Expand Down

0 comments on commit 131f71f

Please sign in to comment.