mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-18 14:04:17 +08:00
.
This commit is contained in:
parent
2377a8c522
commit
6cb5351460
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user