This commit is contained in:
Eugene Pankov 2017-05-13 11:19:06 +02:00
parent 2377a8c522
commit 6cb5351460

View File

@ -20,7 +20,7 @@ export class URLHandler extends LinkHandler {
@Injectable() @Injectable()
export class FileHandler extends LinkHandler { export class FileHandler extends LinkHandler {
regex = '[~/][^\\s.,;\'"]+' regex = '[~/][^\\s,;\'"]+'
constructor (private electron: ElectronService) { constructor (private electron: ElectronService) {
super() super()