You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you touch a cell and move your pointer over other cells, all of those cells should be changed. Right now, you have to click individual cells to change them.
This "painting" functionality works with a mouse because browsers support onMouseEnter. It appears that onTouchEnter is deprecated.
The text was updated successfully, but these errors were encountered:
When you touch a cell and move your pointer over other cells, all of those cells should be changed. Right now, you have to click individual cells to change them.
This "painting" functionality works with a mouse because browsers support onMouseEnter. It appears that onTouchEnter is deprecated.
The text was updated successfully, but these errors were encountered: