embed-generator icon indicating copy to clipboard operation
embed-generator copied to clipboard

Fix useEffect cleanup in InputControlBar keydown listener

Open ari-party opened this issue 1 week ago • 0 comments
trafficstars

inputRef.current might change after the event listener was added, useEffect cleanup would try to remove the listener on a different element.

ari-party avatar Nov 10 '25 12:11 ari-party