Skip to content

Commit

Permalink
Fix/redunant keyboard mask notiication (#511)
Browse files Browse the repository at this point in the history
* Menu css tertiary text + secondary image alignment

* Remove redunant notification for input mask
  • Loading branch information
Jack-Byrne authored Mar 12, 2021
1 parent 274bc24 commit 41c804d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/model/sdl/Abstract/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1082,10 +1082,6 @@ SDL.SDLModel = Em.Object.extend({
} else {
model.set('globalProperties.keyboardProperties.' + name, default_properties[name]);
}

if (name === 'maskInputCharacters') {
SDL.KeyboardController.sendInputKeyMaskNotification(params.appID);
}
}
}

Expand Down

0 comments on commit 41c804d

Please sign in to comment.