mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 04:04:41 +08:00
[DE] Set different tooltips for break button and it's menu
This commit is contained in:
@ -1340,7 +1340,7 @@ define([
|
||||
if ( !config.isEdit ) return;
|
||||
|
||||
me.btnsPageBreak.forEach( function(btn) {
|
||||
btn.updateHint( me.tipPageBreak );
|
||||
btn.updateHint( [me.textInsPageBreak, me.tipPageBreak] );
|
||||
|
||||
var _menu_section_break = new Common.UI.Menu({
|
||||
menuAlign: 'tl-tr',
|
||||
|
||||
Reference in New Issue
Block a user