Skip to content

Commit

Permalink
fix: Boolean block value not removed even after block removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxGalaxy committed Nov 17, 2023
1 parent 2df10bc commit bd282f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void removeView(View v) {
setAlpha(1f);
}
if (v instanceof BlockDefaultView) {
cbc.setBlock(((BlockDefaultView) v).getBlock());
cbc.setValue("");
}
}
};
Expand Down

0 comments on commit bd282f8

Please sign in to comment.