[Editor] Remove the option enableStamp

This commit is contained in:
Calixte Denizet 2024-07-04 22:01:35 +02:00
parent 790470c1aa
commit 74cbfbd09f
4 changed files with 1 additions and 17 deletions

View file

@ -521,10 +521,6 @@ const PDFViewerApplication = {
if (appConfig.annotationEditorParams) {
if (annotationEditorMode !== AnnotationEditorType.DISABLE) {
if (AppOptions.get("enableStampEditor")) {
appConfig.toolbar?.editorStampButton?.classList.remove("hidden");
}
const editorHighlightButton = appConfig.toolbar?.editorHighlightButton;
if (editorHighlightButton && AppOptions.get("enableHighlightEditor")) {
editorHighlightButton.hidden = false;