Clean text popup
This commit is contained in:
parent
e8c347251b
commit
439aa88aee
@ -102,6 +102,14 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
}
|
||||
|
||||
private _configureTextPopup() {
|
||||
this.wvInstance.disableElements([
|
||||
'textHighlightToolButton',
|
||||
'textUnderlineToolButton',
|
||||
'textSquigglyToolButton',
|
||||
'textStrikeoutToolButton',
|
||||
'linkButton',
|
||||
]);
|
||||
|
||||
this.wvInstance.textPopup.add(<any>{
|
||||
type: 'actionButton',
|
||||
img: '/assets/icons/general/add.svg',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user