КС
Size: a a a
КС
КС
YK
get(drawerIsActive)
КС
YK
КС
let drHeight
const unsub = drawerHeight.subscribe(value => {
drHeight = value
})
unsub()
или
let drHeight
drawerHeight.subscribe(value => {
drHeight = value
})()
КС
YK
let drHeight
const unsub = drawerHeight.subscribe(value => {
drHeight = value
})
unsub()
или
let drHeight
drawerHeight.subscribe(value => {
drHeight = value
})()
YK
let drHeight
const unsub = drawerHeight.subscribe(value => {
drHeight = value
})
unsub()
или
let drHeight
drawerHeight.subscribe(value => {
drHeight = value
})()
КС
YK
КС
КС
DK
YK
get(drawerIsActive)
, так что всё ок, проблемы нет:) спасибо)YK
КС
DK
get(drawerIsActive)
, так что всё ок, проблемы нет:) спасибо)YK
DK