Set a transient status message shown in the status bar. Pass '' to clear.
(msg)
| 713 | |
| 714 | /** Set a transient status message shown in the status bar. Pass '' to clear. */ |
| 715 | setStatus(msg) { |
| 716 | this.statusMsg = msg || ''; |
| 717 | this.render(); |
| 718 | } |
| 719 | |
| 720 | // ─── Input Handling ────────────────────────────────────────────────── |
| 721 |
no test coverage detected