I tried to delete color-picker image on this picture but i couldn't. Why did this happen although I didn't create an image tag and how can I delete it? My code is below. Thanks in advance for your helps.
<div className={styles.colorPicker}> <input className={styles.input} type="color" value={color} onChange={(e) => setColor(e.target.value)} /> <br></br> <button className={styles.btn} onClick={changeColor}> Change Color </button> </div>
The image is added by the ColorPick Eyedropper Chrome extension. Disable the extension.
2.1m questions
2.1m answers
60 comments
57.0k users