webshell icon indicating copy to clipboard operation
webshell copied to clipboard

Unused interface definition in HandleLinkPressFeature.ts example

Open dlee opened this issue 1 year ago • 0 comments

In the HandleLinkPressFeature.ts example for building a Feature Class, the LinkPressOptions interface is defined but never used.

export interface LinkPressOptions {
  preventDefault?: boolean;
}

dlee avatar Sep 14 '24 21:09 dlee