@worktile/theia 13.0.25 → 13.0.26

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.
@@ -10326,7 +10326,7 @@ class TheTdComponent extends TheBaseElementComponent {
10326
10326
  this.tableComponent.tableService.openToolbar(this.tableStore.focusCellElement, this.tableComponent.element);
10327
10327
  });
10328
10328
  }
10329
- else if (this.tableStore.singleSelecting && this.tableToolbarOption.showFullscreen) {
10329
+ else if (!this.readonly && this.tableStore.singleSelecting && this.tableToolbarOption.showFullscreen) {
10330
10330
  this.ngZone.run(() => {
10331
10331
  this.tableComponent.tableService.openToolbar(this.tableComponent.theTableElement.nativeElement, this.tableComponent.element);
10332
10332
  });