Using block_focus() for the sg.Button elements prevents focus on buttons using either Tab or arrow keys. The buttons need focus, but not the outline. There is a property in the ttk Style for buttons that might turn off the outline, according to this from New Mexico Tech. I haven't ...
enabled = true; // Turn On } }; const showchat = () => { // Show chat window or not if (chat.hidden == false) { chat.hidden = true; // Dont Show } else { chat.hidden = false; // SHow } }; const addVideoStream = (videoEl, stream, name) => { videoEl.srcObject = ...
enabled = true; // Turn On } }; const showchat = () => { // Show chat window or not if (chat.hidden == false) { chat.hidden = true; // Dont Show } else { chat.hidden = false; // SHow } }; const addVideoStream = (videoEl, stream, name) => { videoEl....