Disable new schema for now

This commit is contained in:
Stef Tervelde
2025-02-28 15:08:15 +01:00
parent abbc434284
commit ca4271d894
+4 -4
View File
@@ -1366,10 +1366,10 @@ public class Base {
* @param schemeUri the full URI, including pde://
*/
public Editor handleScheme(String schemeUri) {
var result = Schema.handleSchema(schemeUri, this);
if (result != null) {
return result;
}
// var result = Schema.handleSchema(schemeUri, this);
// if (result != null) {
// return result;
// }
String location = schemeUri.substring(6);
if (location.length() > 0) {