mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:41:22 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -11,7 +11,7 @@ export function copyToClipboard(
|
||||
writeText(text).catch(console.error);
|
||||
}
|
||||
|
||||
if (text != '' && !disableToast) {
|
||||
if (text !== '' && !disableToast) {
|
||||
showToast({
|
||||
id: 'copied',
|
||||
color: 'success',
|
||||
|
||||
Reference in New Issue
Block a user