leaky-ships/frontend/src
aronmal 0f03753612
targetPreview missle fix
`targetPreview` did not show up when moving the mouse from an empty to a missle field and then back to the empty field.

The cause of the problem was no update of the position when going over the missle field and when going back resultend in no `potisionChange` which reslted into an early return.

Fixed this by adding the dependency `show` for early return caused by no `positionChange` which blocks the early return when `targetPreview` is not being `show`-n.
2022-08-16 17:47:53 +02:00
..
components Manuel missle fire 2022-08-16 11:03:12 +02:00
styles Refactoring 2022-08-15 23:16:31 +02:00
App.tsx targetPreview missle fix 2022-08-16 17:47:53 +02:00
helpers.ts Manuel missle fire 2022-08-16 11:03:12 +02:00
index.scss Frontend template import 2022-08-06 00:21:47 +02:00
index.tsx Frontend template import 2022-08-06 00:21:47 +02:00
interfaces.ts Manuel missle fire 2022-08-16 11:03:12 +02:00