mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
don't loose focus on stream resizing
This commit is contained in:
@@ -91,7 +91,7 @@ function Stream(ui) {
|
||||
var el_stream_image = $("stream-image");
|
||||
el_stream_image.style.width = __normal_size.width * __size_factor + "px";
|
||||
el_stream_image.style.height = __normal_size.height * __size_factor + "px";
|
||||
ui.showWindow($("stream-window"));
|
||||
ui.showWindow($("stream-window"), false);
|
||||
};
|
||||
|
||||
var __refreshImage = function() {
|
||||
|
||||
Reference in New Issue
Block a user