Skip to content

Commit

Permalink
修复:x 被遮挡,无法删除熟悉单词(#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Oct 10, 2024
1 parent 154c4df commit 36aba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/ui/dialog/GenerateVocabularyDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ fun PreviewWords(
},
delayMillis = 50,
tooltipPlacement = TooltipPlacement.ComponentRect(
anchor = Alignment.BottomCenter,
anchor = Alignment.BottomStart,
alignment = Alignment.BottomCenter,
offset = DpOffset.Zero
)
Expand Down

0 comments on commit 36aba44

Please sign in to comment.