mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:05:33 +08:00
[PDF] Fix hint direction (2)
This commit is contained in:
@ -259,7 +259,7 @@ define([
|
||||
lock: [_set.paragraphLock, _set.lostConnect, _set.noTextSelected, _set.shapeLock, _set.disableOnStart],
|
||||
enableToggle: true,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
dataHintDirection: 'bottom'
|
||||
});
|
||||
this.paragraphControls.push(this.btnTextStrikeout);
|
||||
arr.push(this.btnTextStrikeout);
|
||||
|
||||
Reference in New Issue
Block a user