From 422ba3e33322370e5932cb37e5d33a37cdb48462 Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Tue, 26 Mar 2024 17:09:22 +0530 Subject: [PATCH] annotation: fix calc mobile comment not visible Signed-off-by: Pranam Lashkari Change-Id: I37dc47e7daf991c1b2bb771fc1a96e939edd270d --- browser/src/layer/tile/CommentSection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/src/layer/tile/CommentSection.ts b/browser/src/layer/tile/CommentSection.ts index 72ff1d3a5..190d31c2d 100644 --- a/browser/src/layer/tile/CommentSection.ts +++ b/browser/src/layer/tile/CommentSection.ts @@ -700,8 +700,8 @@ export class Comment extends CanvasSectionObject { this.positionCalcComment(); if (!(window).mode.isMobile()) { this.sectionProperties.commentListSection.select(this); - this.sectionProperties.container.style.visibility = ''; } + this.sectionProperties.container.style.visibility = ''; } private getCommentWidth() {