Skip to content

Commit

Permalink
1.1.5 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonKnightOfBreeze committed Aug 7, 2023
1 parent ea11ac8 commit 4b1e2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ kotlin {

val jarExclude = listOf(
"icu/windea/pls/dev",
"icu/windea/pls/core/data/CsvExtensionsKt.class",
"icu/windea/pls/core/data/CsvExtensions*.class",
)
val zipExclude = listOf(
"lib/jackson-dataformat-csv-*.jar",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/icu/windea/pls/core/ParadoxLibrary.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class ParadoxLibrary(val project: Project) : SyntheticLibrary(), ItemPresentatio
val newRoots = runReadAction { computeRoots() }
if(oldRoots == newRoots) return
roots = newRoots
runInEdt(ModalityState.NON_MODAL) {
runInEdt(ModalityState.nonModal()) {
runWriteAction {
AdditionalLibraryRootsListener.fireAdditionalLibraryChanged(
project,
Expand Down

0 comments on commit 4b1e2c6

Please sign in to comment.