TechSpiritSS / Terminal-Portfolio

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

[Bug]: 'Tab' Autocomplete not working #101

Closed BhagatHarsh closed 1 year ago

BhagatHarsh commented 1 year ago

Contact Details

No response

What happened?

I was working on #99 and while doing so found that after the code refractor the Tab functionality is not working.

What should have happened?

Whenever we press Tab key the command if related then should be autocompleted.

What browsers are you seeing the problem on?

No response

Version

No response

Relevant log output

No response

BhagatHarsh commented 1 year ago

I think I know how to fix this. assign it to me if you think its an appropriate issue.

PiXeL99-eng commented 1 year ago

Right. My bad. I forgot to move the commandsList array from script.js file to eventListeners.js file. Simply copy pasting that array into the eventListeners.js file will do the job.

Thanks @BhagatHarsh for pointing it out.

TechSpiritSS commented 1 year ago

Sorry, I might have missed that.