pgAdmin 4 commit: Allow text selection/copying from disabled CodeMirror

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow text selection/copying from disabled CodeMirror
Date: 2018-03-02 13:46:12
Message-ID: E1erl0m-0004Xa-5v@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow text selection/copying from disabled CodeMirror instances. Fixes #2309

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7471dea45816443ce5c146ae636f84c0a902f5a9
Author: Neethu Mariya Joy <neethumariyajoy(at)gmail(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/css/sqleditor.css | 7 ++++++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 6 +++---
2 files changed, 9 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-02 13:47:30 Re: Bug #2309 fix
Previous Message Dave Page 2018-03-02 13:43:46 pgAdmin 4 commit: Undo previous thinko - there's already a check-pep8 t