feat: added tracks preview to all tab in Search page; style: track covers are now as abig as tracks tab ones in Search page; build: v1.4.0
This commit is contained in:
@@ -96,6 +96,11 @@ export function copyToClipboard(text) {
|
||||
ghostInput.remove()
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {object|array} obj
|
||||
* @param {...any} props
|
||||
* @returns {any|null} property requested
|
||||
*/
|
||||
export function getPropertyWithFallback(obj, ...props) {
|
||||
for (const prop of props) {
|
||||
// Example: this.is.an.example
|
||||
|
||||
Reference in New Issue
Block a user