mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[rider] application dictionary can be not initialized during spellchecker settings transfer activity
GitOrigin-RevId: de04fe6c970f8fe9511e69367750710c317ee9ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9e5d106088
commit
8968d8475d
@@ -90,5 +90,5 @@ class ApplicationDictionaryLayer : DictionaryLayer {
|
||||
}
|
||||
|
||||
override val name = Companion.name
|
||||
override val dictionary: EditableDictionary = AppDictionaryState.getInstance().dictionary
|
||||
override val dictionary: EditableDictionary by lazy { AppDictionaryState.getInstance().dictionary }
|
||||
}
|
||||
Reference in New Issue
Block a user