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