doubleTab fails in fader matrix

First of all thank you for developing this nice software!

I use a matrix of faders to send OSC to control DMX lights. In the probs field I set:

{
  "id": "channel_#{$+1}",
  "address": "/DMX/channel_#{$+1}",
  "design": "compact",
  "doubleTab": true,
  "snap": true,
  "range": { "min": 0, "max": 255 }
}

Every thing expect "doubleTab" is working as expected.

I use v1.9.6 is this a bug or am I doing something wrong?

Actually I can't figure out why "range", "design", "snap", .. is working but "doubleTab" not :frowning: I like to be able to switch off any matrix slider by simple double clicking it. When using a single fader (without matrix) it's working as expected - but not inside the matrix ..

It's doubleTap with a "p", not a "b"

wow, thank you for this quick respose. Silly me, sorry for this stupid typo! Issue fixed, thx a lot