Skip to content

Commit

Permalink
[MIRROR] Fixes genetics console right click [NO GBP] [MDB IGNORE] (#2…
Browse files Browse the repository at this point in the history
…5549) (#1068)

* Fixes genetics console right click [NO GBP] (#80201)

## About The Pull Request
oncontextmenu -> onContextMenu

![MgwIp62uoi](https://github.com/tgstation/tgstation/assets/42397676/ced30fd3-2c1f-4344-8929-c842e51509f0)

## Why It's Good For The Game
Bug fix
Closes #80200

## Changelog
:cl:
fix: DNA Sequencer UI: You should be able to cycle in reverse with RMB
again.
/:cl:

* Fixes genetics console right click [NO GBP]

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Jeremiah <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2023
1 parent 28a5abe commit a0874a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const GeneCycler = (props) => {

return;
}}
oncontextmenu={(e) => {
onContextMenu={(e) => {
e.preventDefault();

act('pulse_gene', {
Expand Down

0 comments on commit a0874a1

Please sign in to comment.