[bugfix] Icon: should support render local image
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
/**
|
||||
* Is image source
|
||||
*/
|
||||
export function isSrc(url: string): boolean {
|
||||
return /^(((blob:)?https?:)?\/\/|data:image)/.test(url);
|
||||
}
|
||||
Reference in New Issue
Block a user