We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252725f commit 5b2f6eaCopy full SHA for 5b2f6ea
@webwriter/core/view/elements/datainputs/pathinput.ts
@@ -38,6 +38,7 @@ export class PathInput extends SlInput implements DataInput {
38
39
// @ts-ignore
40
get pattern() {
41
+ return unixPathPattern // TODO: Issue with Windows regex on some systems?
42
return window.WEBWRITER_ENVIRONMENT.os.name === "Windows"? windowsPathPattern.source: unixPathPattern.source
43
}
44
0 commit comments