pgAdmin 4 commit: Refresh the SQL editor view on resize to ensure the c

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Refresh the SQL editor view on resize to ensure the c
Date: 2017-06-12 12:25:56
Message-ID: E1dKOPs-0004hM-L5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Refresh the SQL editor view on resize to ensure the contents are re-rendered for the new viewport. Fixes #2078

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3743c6e86ed74b8ae6f4776f27e1555c4ee64e89
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/sqleditor/templates/sqleditor/js/sqleditor.js | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-12 12:26:06 Re: [pgAdmin4][PATCH] CREATE Script do not display properly on panel resize
Previous Message Dave Page 2017-06-12 12:20:07 Re: [pgAdmin4][PATCH] To fix the issue in displaying Trigger SQL