mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 23:54:46 +02:00
build updated manually
This commit is contained in:
parent
095c17218d
commit
e02168d108
1 changed files with 3 additions and 1 deletions
|
@ -27795,7 +27795,9 @@ var VisNode = VisBase.extend({
|
|||
remove: function() {
|
||||
this.removeKeys(['circle'], ['text']);
|
||||
// needs a manual removal of text for whatever reason
|
||||
this.get('text').remove();
|
||||
if (this.get('text')) {
|
||||
this.get('text').remove();
|
||||
}
|
||||
|
||||
this.gitVisuals.removeVisNode(this);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue