mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 03:13:33 +02:00
Variables under Environment, and render all props
This commit is contained in:
@@ -48,7 +48,7 @@ const placeholderMatcher = new BetterMatchDecorator({
|
||||
if (groupMatch == null) {
|
||||
// Should never happen, but make TS happy
|
||||
console.warn('Group match was empty', match);
|
||||
return Decoration.replace({});;
|
||||
return Decoration.replace({});
|
||||
}
|
||||
|
||||
return Decoration.replace({
|
||||
|
||||
Reference in New Issue
Block a user