delayPick not working on Buttons in a Tile

STYLE = {
    color:series(yellow, orange),
    delayPick:true
}
const buttons = new Tile(new Button(), 2,1, 60,0)
    .sca(.6)
    .pos(0, 28, CENTER, BOTTOM)
STYLE = {}