mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix glass styles
This commit is contained in:
parent
1526130bfc
commit
4ee1712fac
4 changed files with 14 additions and 1 deletions
1
dev/External/ko.js
vendored
1
dev/External/ko.js
vendored
|
|
@ -131,6 +131,7 @@ ko.bindingHandlers.pikaday = {
|
|||
ko.bindingHandlers.visibleAnimated = {
|
||||
init: (element, fValueAccessor) => {
|
||||
const $el = $(element);
|
||||
$el.addClass('rl-animated-inited');
|
||||
if (ko.unwrap(fValueAccessor())) {
|
||||
$el.show();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue