[DE] Use SelectBookmark function

This commit is contained in:
Julia Radzhabova 2018-11-27 13:12:56 +03:00
parent ac3862c851
commit 565c9d7aa7

View file

@ -271,12 +271,12 @@ define([
gotoBookmark: function(btn, eOpts){
var rec = this.bookmarksList.getSelectedRec();
if (rec.length>0) {
this.props.asc_GoToBookmark(rec[0].get('value'));
this.props.asc_SelectBookmark(rec[0].get('value'));
}
},
onDblClickBookmark: function(listView, itemView, record) {
this.props.asc_GoToBookmark(record.get('value'));
this.props.asc_SelectBookmark(record.get('value'));
},
deleteBookmark: function(btn, eOpts){