In the Web app, my extension's layer method (and possibly others) is called every time I hover my mouse over another layer. While in the Mac app, it's only called when I click a layer.
Also, the extension is completely reloaded on every click in the Mac app. But in the Web app, it's never reloaded.
In the Web app, my extension's
layermethod (and possibly others) is called every time I hover my mouse over another layer. While in the Mac app, it's only called when I click a layer.Also, the extension is completely reloaded on every click in the Mac app. But in the Web app, it's never reloaded.