JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 175 forks source link

Check for target element on all mutations #164

Closed JakeWharton closed 5 years ago

JakeWharton commented 5 years ago

DAC now loads content asynchronously so on DOM ready the target element might not actually be there yet.

Closes #162