[DE] Set different tooltips for break button and it's menu
This commit is contained in:
parent
455a1f6a03
commit
8917a7a553
|
@ -1340,7 +1340,7 @@ define([
|
||||||
if ( !config.isEdit ) return;
|
if ( !config.isEdit ) return;
|
||||||
|
|
||||||
me.btnsPageBreak.forEach( function(btn) {
|
me.btnsPageBreak.forEach( function(btn) {
|
||||||
btn.updateHint( me.tipPageBreak );
|
btn.updateHint( [me.textInsPageBreak, me.tipPageBreak] );
|
||||||
|
|
||||||
var _menu_section_break = new Common.UI.Menu({
|
var _menu_section_break = new Common.UI.Menu({
|
||||||
menuAlign: 'tl-tr',
|
menuAlign: 'tl-tr',
|
||||||
|
|
Loading…
Reference in a new issue