TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

Fixed Arrow Up function bug #90

Closed PiXeL99-eng closed 1 year ago

PiXeL99-eng commented 1 year ago

Fixes

Fixes #39

Types of changes

Description

The Arrow Up key brings back previous commands, but puts the cursor at the beginning. In this PR, I made use of setSelectionRange and delay, to move the cursor to the end.

Preview Link

Checklist:

TechSpiritSS commented 1 year ago

Nice work, but can you provide me with preview link by deploying it on your github pages so that I can test this before merging.

PiXeL99-eng commented 1 year ago

Sure, give me some minutes

PiXeL99-eng commented 1 year ago

https://pixel99-eng.github.io/pixel-Terminal-Portfolio/ It is hosted here

TechSpiritSS commented 1 year ago

Cool 🚀