Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5330121b36e0e2157cc62aaaaa3436dc0be4c53e https://github.com/pgadmin-org/pgadmin4/commit/5330121b36e0e2157cc62aaaaa3436dc0be4c53e Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths: M web/pgadmin/browser/static/js/browser.js M web/pgadmin/static/js/components/PgTree/FileTreeX/index.tsx M web/pgadmin/static/js/components/PgTree/services/keyboardHotkeys.ts M web/pgadmin/static/js/tree/tree.js Log Message: ----------- On pressing Ctrl+C on a tree object, copy the fully qualified name to clipboard. #5854