Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MySQL Experience] (No.4) add link dialog related ui codes. #4965

Merged
merged 7 commits into from
Mar 2, 2021

Conversation

shenqianjin
Copy link
Contributor

No description provided.

@@ -190,7 +192,7 @@ protected void setLoading(final boolean loading) {
this.setEnabled(false);
this.setEditor(this.loadingSpinner);
} else {
this.setEnabled(true);
this.setEnabled(forceDisable ? false : true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!forceDisable

andxu
andxu previously approved these changes Mar 1, 2021
@shenqianjin shenqianjin changed the base branch from qianjin-mysql-connected-3 to develop March 2, 2021 03:37
@shenqianjin shenqianjin dismissed andxu’s stale review March 2, 2021 03:37

The base branch was changed.

@shenqianjin shenqianjin merged commit c136ea8 into develop Mar 2, 2021
@shenqianjin shenqianjin deleted the qianjin-mysql-connected-4 branch April 26, 2021 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants