I found the answer :)
$(document).on('focusin', function(e) { if ($(e.target).closest(".mce-window").length) { e.stopImmediatePropagation(); } });
just paste the above code and the focus will automatically be displayed in the last TinyMCE dialog box.
source share