Update grid on base64 input.

This commit is contained in:
shikhin 2023-12-07 15:46:25 -05:00
parent 0fd38d2888
commit 91ca45c4c8
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@ function enter_matrix() {
}
matrix_entries = entries
make_grid()
p_draw()
dr_draw()
} catch(error) { }
}