Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnvbg-00CRpB-Cl for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 06:43:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qnvbe-00CjBS-VA for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 06:43:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnvbe-00CjBB-M1 for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 06:43:38 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnvbc-008yz2-0r for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 06:43:38 +0000 Received: from github.com (hubbernetes-node-0bc0e5e.va3-iad.github.net [10.48.132.30]) by smtp.github.com (Postfix) with ESMTPA id DBE43410F9 for ; Tue, 3 Oct 2023 23:43:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696401813; bh=HNlqZwDRhGVpfXSEz2Ypfjs/5UQ0MLtAY/erliQ11fg=; h=Date:From:To:Subject:From; b=egkGNHgzOp68AV+1Hz8m1ByxBq0JQFqUhPQ+tG1SJua1wzZdJS3RyD5mEo7fW3kyw KqUpc+Vl7OfK0P6uvbTmyQ5pDJrNhFVbSFxJftzRzEzhow7M0i8ByJzDLFzsefMy2k lhIZYysXv1Faz/qS6gemDjyg4xhgFOuC/NNiImhM= Date: Tue, 03 Oct 2023 23:43:33 -0700 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: =?UTF-8?Q?[pgadmin-org/pgadmin4]_9c903f:_Fixed_an_issue_where?= =?UTF-8?Q?_the=C2=A0user_is_unable_to_select_...?= Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 9c903f944c13d6e89bbe68b184fd9c80820a4dc9 https://github.com/pgadmin-org/pgadmin4/commit/9c903f944c13d6e89bbe= 68b184fd9c80820a4dc9 Author: Nikhil Mohite Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M web/pgadmin/static/js/SchemaView/FormView.jsx Log Message: ----------- Fixed an issue where the=C2=A0user is unable to select objects on the b= ackup dialog due to tree flickring=C2=A0#6799.