Single-line height directives again
This commit is contained in:
@@ -19,7 +19,7 @@ export function directivePlugin() {
|
||||
return;
|
||||
}
|
||||
|
||||
const cursorInRange = isCursorInRange(state, [parent.from, parent.to]);
|
||||
const cursorInRange = isCursorInRange(state, [from, to]);
|
||||
|
||||
if (type.name === "DirectiveStart") {
|
||||
if (cursorInRange) {
|
||||
|
||||
Reference in New Issue
Block a user