()
| 88 | } |
| 89 | |
| 90 | funcButtonRight(): FuncButton { |
| 91 | return { |
| 92 | render: p => this.renderIcon(p, "backspace"), |
| 93 | onclick: () => this.backspace() |
| 94 | }; |
| 95 | } |
| 96 | |
| 97 | showFooter(): boolean { |
| 98 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected