mirror of
https://github.com/xevidos/codiad.git
synced 2024-12-22 05:42:17 +01:00
Fixed missing component in 2.9.4
This commit is contained in:
parent
f85594a03f
commit
d1be17366d
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@
|
|||
|
||||
if( ! ( _this.positions[`${path}`] === undefined ) ) {
|
||||
|
||||
_this.setPosition( .positions[`${path}`] );
|
||||
_this.setPosition( _this.positions[`${path}`] );
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ class Update {
|
|||
// CONSTANTS
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
CONST VERSION = "v.2.9.4";
|
||||
CONST VERSION = "v.2.9.4.1";
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
// PROPERTIES
|
||||
|
|
Loading…
Reference in a new issue