mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-04-19 17:49:04 +02:00
fix: Apply masks when editing in Data Sequence Analysis
This commit is contained in:
parent
afe28a7549
commit
0b1ea83061
1 changed files with 2 additions and 2 deletions
|
@ -1426,12 +1426,12 @@ function updateBlock(value, cls){
|
|||
else
|
||||
new_val = parseInt(new_val);
|
||||
|
||||
/*if(mask(mask_pattern, cord[0], cord[1])){
|
||||
if(mask(mask_pattern, parseInt(cord[0]), parseInt(cord[1]))){
|
||||
if(new_val == 1)
|
||||
new_val = 0;
|
||||
else if(new_val == 0)
|
||||
new_val = 1;
|
||||
}*/
|
||||
}
|
||||
|
||||
qr_array[cord[0]][cord[1]] = new_val;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue