We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b029d commit 0694f7bCopy full SHA for 0694f7b
selector/src/commonMain/kotlin/li/songe/selector/util.kt
@@ -180,7 +180,7 @@ fun initDefaultTypeInfo(webField: Boolean = false): DefaultTypeInfo {
180
contextType.props = arrayOf(
181
*nodeType.props,
182
PropInfo("prev", contextType),
183
- PropInfo("current", contextType),
+ PropInfo("current", nodeType),
184
)
185
globalType.methods = arrayOf(
186
*contextType.methods,
0 commit comments