Skip to content
Updated CSS Context API implementation spec (markdown) authored by RaymondLim's avatar RaymondLim
......@@ -195,4 +195,5 @@ Although they all have the same "prop.values" array regardless of the cursor pos
if (query.queryStr && ruleInfo.offset < query.queryStr.length) {
query.queryStr = query.queryStr.substring(0, ruleInfo.offset);
}
}
```
\ No newline at end of file