senchalabs / AppInspector

Google Chrome™ Dev Tools extension for debugging Sencha™ applications.
http://www.senchalabs.org
Other
104 stars 42 forks source link

ExtJS 5+ compatibility #131

Open bommox opened 7 years ago

bommox commented 7 years ago

This modifications allows the inspector to work with ExtJs 5 and 6. Furthermore the DOM element inspector search up in the dom for the first parent component (you don't need to select the component dom anymore).

brezelman commented 7 years ago

There's already a branch ext5_upgrade, maybe you should rebase your work on that.