Skip to content

Commit

Permalink
fix: array cells
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo32 authored Dec 2, 2024
1 parent 0c26f9f commit 72263be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memoryCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
return this.variable[2];
},
isArray() {
this.variable[1][2].constructor === Array;
this.variable[1][2].constructor === Array || this.variable[0] === 'C_ARRAY';
}
},
watch: {
Expand Down

0 comments on commit 72263be

Please sign in to comment.