mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
chore(web): Revert initial banner
This commit is contained in:
parent
3a785f5e68
commit
b46d50fccf
1 changed files with 1 additions and 3 deletions
|
|
@ -243,8 +243,7 @@ export class BannerController {
|
|||
|
||||
// If no banner instance exists yet, go with a safe, blank initialization.
|
||||
if(!this.container.banner) {
|
||||
//this.selectBanner('inactive');
|
||||
this.setBanner('image');
|
||||
this.selectBanner('inactive');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -255,7 +254,6 @@ export class BannerController {
|
|||
*
|
||||
* @param type `'blank' | 'image' | 'suggestion'` - A plain-text string
|
||||
* representing the type of `Banner` to set active.
|
||||
* @param height - Optional banner height in pixels.
|
||||
*/
|
||||
public setBanner(type: BannerType) {
|
||||
var banner: Banner;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue