mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
clear script cache before revalidation, otherwise a script change in the edit dialog does not work
This commit is contained in:
@@ -252,4 +252,8 @@ public class Validator {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
public void clearScriptCache() {
|
||||
scriptCache.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user