This commit is contained in:
2022-07-07 22:33:02 +00:00
parent 5d1d722d3c
commit 4de0f93486
2 changed files with 3 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ namespace AyaNovaQBI
if (e.ClickedItem.Tag == null) return;//probably just a container menu item / not a special menu item
string tag = e.ClickedItem.Tag.ToString();
System.Diagnostics.Debug.WriteLine($"you clicked on {tag}");
if (tag.StartsWith("~"))
_CurrentTextEditor.Text = _CurrentTextEditor.Text.Insert(_CurrentTextEditor.SelectionStart, tag);
else