mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
js mode added favico as base64 data url
This commit is contained in:
@@ -393,12 +393,16 @@ public class JavaScriptEditor extends Editor
|
||||
handleSave();
|
||||
if ( jsServer != null && jsServer.isRunning() )
|
||||
handleStartServer();
|
||||
else
|
||||
statusEmpty();
|
||||
} else {
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
public void run() {
|
||||
handleSave();
|
||||
if ( jsServer != null && jsServer.isRunning() )
|
||||
handleStartServer();
|
||||
else
|
||||
statusEmpty();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user