modified caret mode
Pull request / build (pull_request) Successful in 52s

This commit is contained in:
2026-08-15 04:04:42 +05:00
parent b2c7b31eb5
commit 11d9bd223e
5 changed files with 84 additions and 41 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ public enum PopupPlacementMode
/// <summary>
/// Next to the caret in the active input field. When the application does not
/// report its position, the popup is shown at the mouse cursor.
/// report its position, the popup is shown as in <see cref="FixedPoint"/> — at the
/// place and with the look that mode is set up with.
/// </summary>
AtCaret,