mshtml: Use inner window's outer_window when checking if it's interactive for edit...
commitff617c838fb5ef26fc0a6ed13f74953157c90219
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Tue, 5 Dec 2023 17:42:19 +0000 (5 19:42 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Dec 2023 09:20:25 +0000 (6 10:20 +0100)
tree3d8e3cef94dbd89ebaede23e09586f28635397b4
parentdb12c470c8dc9c0dd8f137124d93fb48776eb9f4
mshtml: Use inner window's outer_window when checking if it's interactive for edit mode.

We can't rely on dom_interactive_time either because setup_edit_mode can
reload the page (and sets it uninitialized).

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/mshtml/editor.c