mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Update placeholders when env changes
This commit is contained in:
@@ -9,7 +9,7 @@ class PlaceholderWidget extends WidgetType {
|
||||
super();
|
||||
}
|
||||
eq(other: PlaceholderWidget) {
|
||||
return this.name == other.name;
|
||||
return this.name == other.name && this.isExistingVariable == other.isExistingVariable;
|
||||
}
|
||||
toDOM() {
|
||||
const elt = document.createElement('span');
|
||||
|
||||
Reference in New Issue
Block a user