@arsedizioni/ars-utils 19.3.16 → 19.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2312,7 +2312,6 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
2312
2312
  openDocument(documentId, query = null) {
2313
2313
  if (!documentId)
2314
2314
  return;
2315
- console.log(this.selectionMode());
2316
2315
  ClipperDocumentsUtils.openDocument(this.dialogService.baseService, this.clipperService, documentId, query ?? this.filterParams.expandTextQueryUsingAI
2317
2316
  ? (this.filterParams.augmentedText ?? this.filterParams.text)
2318
2317
  : this.filterParams.text, this.selectionMode(), null, this.themeService.getTheme());