Skip to content

Commit

Permalink
Browser: Fix init type of bookmark for creation mode
Browse files Browse the repository at this point in the history
(reference #30)
  • Loading branch information
piotrzarzycki21 committed Aug 9, 2023
1 parent 5de5f84 commit 130ce46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ package mediator.bookmarks
private function onAddBookmarkClick(event:MouseEvent):void
{
this.bookmarksProxy.selectedBookmark = new BookmarkVO(this.bookmarksProxy.selectedGroup);
this.bookmarksProxy.selectedBookmark.type = ApplicationVO.LINK_BROWSER;
sendNotification(ApplicationConstants.NOTE_OPEN_ADD_EDIT_BOOKMARK);
}
}
Expand Down

0 comments on commit 130ce46

Please sign in to comment.