fixed CopyIcon empty value check
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
let copyTimeout;
|
||||
|
||||
function copy() {
|
||||
if (!value) {
|
||||
if (CommonHelper.isEmpty(value)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user