Skip to content

Commit

Permalink
!插入书签后自动进入编辑书签文本的状态
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed Nov 16, 2022
1 parent 760a6e4 commit dc4cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Functions/Editor/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ internal void InsertBookmark(string title, int pageNumber, float position, Inser
b.EnsureItemsVisible(new BookmarkElement[] { c });
b.SelectedObjects = new BookmarkElement[] { c };
b.FocusedObject = c;
//_BookmarkBox.ModelToItem (c).BeginEdit ();
b.ModelToItem (c).BeginEdit ();
}
}

Expand Down

0 comments on commit dc4cfce

Please sign in to comment.