Skip to content

Commit

Permalink
added fix for fragment on undo merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
porterbot committed Mar 14, 2024
1 parent 8971390 commit 013c0d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ public synchronized void restoreNeuron(TmNeuronMetadata restoredNeuron) throws E
restoredNeuron = tmDomainMgr.createWithId(restoredNeuron);
restoredNeuron.initNeuronData();
neuronModel.addNeuron(restoredNeuron);
restoredNeuron.setFragment(false);
if (applyFilter) {
NeuronUpdates updates = neuronFilter.addNeuron(restoredNeuron);
updateFrags(updates);
Expand Down

0 comments on commit 013c0d3

Please sign in to comment.