aboutsummaryrefslogtreecommitdiff
path: root/src/background/controllers/ConsoleController.ts
Commit message (Collapse)AuthorAgeFilesLines
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-281-2/+2
| | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization.
* Move classes to a correct directoryShin'ya Ueoka2021-03-281-1/+1
|
* Resize console dynamicallyShin'ya Ueoka2021-03-141-0/+11