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 1qTbcA-00A6H5-Fb for pgadmin-hackers@arkaria.postgresql.org; Wed, 09 Aug 2023 05:20:10 +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 1qTbc8-002glr-HA for pgadmin-hackers@arkaria.postgresql.org; Wed, 09 Aug 2023 05:20:08 +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 1qTbc8-002glj-9E for pgadmin-hackers@lists.postgresql.org; Wed, 09 Aug 2023 05:20:08 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qTbc1-001Pte-NG for pgadmin-hackers@lists.postgresql.org; Wed, 09 Aug 2023 05:20:07 +0000 Received: from github.com (hubbernetes-node-ba3d946.va3-iad.github.net [10.48.132.29]) by smtp.github.com (Postfix) with ESMTPA id 534BA940C2F for ; Tue, 8 Aug 2023 22:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691558399; bh=kdhCrC/RQFePoHPWwOVMq723bBd+9STK2uFMzqibDbw=; h=Date:From:To:Subject:From; b=Dqm9pbiXeY+2664kaEIoF5WmKRl7E6jI2AafOjOR/NXEtzrg+rXHibaxhIbUdO4nI sK06vHzMTExOxTySDn1VdLkDzjRpoDEjoHUsK5nf7rKl/aQw4WAtZCrH6vjR08Oc8L Q7vBfiVDcxjGPcrWMENEmdF8njvb8TsQi5cO+q/I= Date: Tue, 08 Aug 2023 22:19:59 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0b24a8: Ensure keyboard shortcut for query execution is di... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 0b24a8f39aad1058e8c94b4b95c4c4c365b9e920 https://github.com/pgadmin-org/pgadmin4/commit/0b24a8f39aad1058e8c94b4b95c4c4c365b9e920 Author: Yogesh Mahajan Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx Log Message: ----------- Ensure keyboard shortcut for query execution is disabled when query execution is in progress. #6664