### Most appropriate sub-area of Processing 4? Other (specify if possible) ### Processing version 4.3.1 ### Operating system Windows 10 ### Steps to reproduce this "1. When we open processing IDE , IDE's User interface doesn't respond to user clicks for few seconds 2. Whenever I try to save the sketch, IDE's UI doesn't respond to user clicks for few seconds" ### snippet ```processing // Paste your code below :) void setup() { } void draw() { } ``` ### Additional context This is observed only in 4.3.1 version (this bug was not there in 4.3 version)