Skip to content

Commit bffda8a

Browse files
authored
Merge pull request #76 from DocHubTeam/v4.1.6
Исправлена проблема несвоевременной загрузки корневого манифеста
2 parents 9a56190 + 1cb9bb6 commit bffda8a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project Properties
22
group=org.dochub.idea
3-
version=4.1.5
3+
version=4.1.6
44

55
# Supported build number ranges and IntelliJ Platform versions
66
pluginSinceBuild=231

src/main/java/org/dochub/idea/arch/tools/DocHubToolWindow.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ public void reloadHtml(Boolean root) {
6363
}
6464
html = html.replaceAll("\\%\\$dochub-api-interface-func\\%", sourceQuery.getFuncName());
6565
}
66-
66+
// Сначала ресетим то, что есть
67+
loadHTML("", "");
68+
// Затем загружаем то, что нужно
6769
if (currentURL.length() > 0) {
6870
loadHTML(html, currentURL);
6971
} else {

src/main/resources/html/plugin.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)