nogg, i created doDigit function in menu group, can't find a method that will call its original doDigit, so I can do the original when not in book list section, i tried following none seems to work:
this.bubble("doDigit")
this.digit(part)
this.getModel().doDigit(part)
any idea?
|