mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[fleet] fix broadcasting opening editor event
GitOrigin-RevId: 35c0b7cd98a780e3c12c0414a35ac98d06d942e0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
74d8c0be49
commit
cf003cbd8d
@@ -202,7 +202,7 @@ fun Entity.entityTypeIdent(): String {
|
||||
}
|
||||
}
|
||||
|
||||
fun KClass<out Entity>.entityType(): EID? {
|
||||
fun KClass<out LegacyEntity>.entityType(): EID? {
|
||||
return DbContext.threadBound.impl.entityTypeForClass(this)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user