mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure we can edit grid values in the debugger using keyboard shortcuts. Fixes #3153
This commit is contained in:
committed by
Dave Page
parent
efcf87636d
commit
92a0bb605d
@@ -1,3 +1,12 @@
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// pgAdmin 4 - PostgreSQL Tools
|
||||
//
|
||||
// Copyright (C) 2013 - 2018, The pgAdmin Development Team
|
||||
// This software is released under the PostgreSQL Licence
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
import $ from 'jquery';
|
||||
|
||||
const PERIOD_KEY = 190,
|
||||
|
||||
Reference in New Issue
Block a user