[PE] Refactoring
This commit is contained in:
parent
a69310886d
commit
442b37a0db
|
@ -184,6 +184,7 @@ define([
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: '-16, 0',
|
dataHintOffset: '-16, 0',
|
||||||
|
delayRenderTips: true,
|
||||||
beforeOpenHandler: function (e) {
|
beforeOpenHandler: function (e) {
|
||||||
var cmp = this,
|
var cmp = this,
|
||||||
menu = cmp.openButton.menu;
|
menu = cmp.openButton.menu;
|
||||||
|
@ -215,8 +216,6 @@ define([
|
||||||
iconCls: 'toolbar__icon transition-fade',
|
iconCls: 'toolbar__icon transition-fade',
|
||||||
lock: [_set.slideDeleted, _set.noSlides, _set.noAnimationPreview],
|
lock: [_set.slideDeleted, _set.noSlides, _set.noAnimationPreview],
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
/*dataHintDirection: 'left',
|
|
||||||
dataHintOffset: 'medium'*/
|
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: 'small'
|
dataHintOffset: 'small'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue