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
Copy file name to clipboardExpand all lines: src/dom/dom.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3973,7 +3973,7 @@ p5.Element.prototype.drop = function (callback, fxn) {
3973
3973
* textInput.input(handleInput);
3974
3974
*
3975
3975
* describe(
3976
-
* 'A gray square with two yellow rectangles that move when dragged. The top rectangle says "Note". The bottom rectangle says "Panel" and has a range slider.'
3976
+
* 'A gray square with two purple rectangles that move when dragged. The top rectangle displays the text that is typed into the bottom rectangle.'
0 commit comments