Fix Bug 33945
This commit is contained in:
parent
3f42ce4602
commit
00ff0ec689
|
@ -211,7 +211,7 @@ define([
|
|||
initEvents: function () {
|
||||
var me = this;
|
||||
|
||||
$('#add-shape li').single('click', _.buffered(me.onShapeClick, 100, me));
|
||||
$('#add-shape li').single('click', _.buffered(me.onShapeClick, 300, me));
|
||||
},
|
||||
|
||||
onShapeClick: function (e) {
|
||||
|
|
|
@ -92,11 +92,11 @@ define([
|
|||
me.api.asc_GetDefaultTableStyles();
|
||||
}
|
||||
|
||||
$('#add-table li').single('click', _.buffered(this.onStyleClick, 100, this));
|
||||
$('#add-table li').single('click', _.buffered(this.onStyleClick, 300, this));
|
||||
},
|
||||
|
||||
onViewRender: function () {
|
||||
$('#add-table li').single('click', _.buffered(this.onStyleClick, 100, this));
|
||||
$('#add-table li').single('click', _.buffered(this.onStyleClick, 300, this));
|
||||
},
|
||||
|
||||
onStyleClick: function (e) {
|
||||
|
|
Loading…
Reference in a new issue