Skip to content

Commit ca4271d

Browse files
committed
Disable new schema for now
1 parent abbc434 commit ca4271d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: app/src/processing/app/Base.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1366,10 +1366,10 @@ private File moveLikeSketchFolder(File pdeFile, String baseName) throws IOExcept
13661366
* @param schemeUri the full URI, including pde://
13671367
*/
13681368
public Editor handleScheme(String schemeUri) {
1369-
var result = Schema.handleSchema(schemeUri, this);
1370-
if (result != null) {
1371-
return result;
1372-
}
1369+
// var result = Schema.handleSchema(schemeUri, this);
1370+
// if (result != null) {
1371+
// return result;
1372+
// }
13731373

13741374
String location = schemeUri.substring(6);
13751375
if (location.length() > 0) {

0 commit comments

Comments
 (0)