Disable right-click gesture on Hyperpixel 4

I’ve just created a mini spotify web player using Rpi5 + hyperpixel 4 running minimal bookworm, wayfire with firefox in kiosk mode. It seems like a small touch drag followed by hold, then release is interpreted as a right-click. In spotify this is super annoying as it keeps bringing up the spotify context menu when trying to scroll around the UI. Does anyone know how to disable this ‘right-click’ gesture?

There seems to be only one button BTN_TOUCH (see below output from evtest) so somehow the right-click is being generated from when holding a finger on the touch screen after a drag. I’m not sure where to look from here:

$ evtest /dev/input/event3
Input driver version is 1.0.1
Input device ID: bus 0x18 vendor 0x416 product 0x38f version 0x1060
Input device name: "11-005d Goodix Capacitive TouchScreen"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
    Event code 59 (KEY_F1)
    Event code 60 (KEY_F2)
    Event code 61 (KEY_F3)
    Event code 62 (KEY_F4)
    Event code 63 (KEY_F5)
    Event code 64 (KEY_F6)
    Event code 125 (KEY_LEFTMETA)
    Event code 330 (BTN_TOUCH)
  Event type 3 (EV_ABS)
    Event code 0 (ABS_X)
      Value    101
      Min        0
      Max      479