fix(script): temp workaround to disable script checks before run (#1912)
This commit is contained in:
@@ -128,9 +128,6 @@ public class ScriptContentPanel extends AbstractCodeContentPanel {
|
||||
|
||||
private void runScript() {
|
||||
scriptArea.save();
|
||||
if (!checkScript()) {
|
||||
return;
|
||||
}
|
||||
resetResultLabel();
|
||||
|
||||
TabbedPane tabbedPane = getTabbedPane();
|
||||
|
||||
Reference in New Issue
Block a user