code-paster icon indicating copy to clipboard operation
code-paster copied to clipboard

Results 24 code-paster issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixed an accessibility issue with the student textarea. Now, the text area is included into a div with role 'log'. IN that way, the textarea remains as a textbox for...

@brauliodiez This is the result ![image](https://user-images.githubusercontent.com/67704877/176370075-1ce4f6fd-f1ac-4923-8964-45d1926f00ac.png)

Added package.json file with husky on the root folder. Tested and running.

added download button functionality. added date when it generates the txt file. edited css file.

Right now prettier is not being launched

https://github.com/Lemoncode/code-paster/issues/136 Done. Ready to review. It would be good to warn the user with a dialog in case he wants to go back to the main page, because it will...

The Auto Scroll checkbox label shows "Disable AutoScroll" but the functionality is reversed. Enables auto scroll when checked.

Here you have a working tests checking the scrollTop value when it calls `doAutoScroll`. ``` import { textarea } from 'pods/trainer/components/new-text.styles'; import React from 'react'; import { renderHook } from...