verb/Reset()
winset(src, "inputgrid", "cells=["1,0"]")
winset(src, "outputgrid", "cells=["1,0"]")
winset(src, "inputgrid", "current-cell=["1,0"]")
winset(src, "outputgrid", "current-cell=["1,0"]")
Problem description:
When I hit the reset button the cells in the grid are deleted but the it ignores the changes to the current cell. Am I missing something?