Code review comment for lp:~zsombi/ubuntu-ui-toolkit/focus-handling-on-touch

Revision history for this message
Tim Peeters (tpeeters) wrote :

        function saveActiveFocus() {
            if (typeof window != 'undefined') prevFocus = window.activeFocusItem;
        }

fixes the issue in the previous comment

« Back to merge proposal