cm-searchbox icon indicating copy to clipboard operation
cm-searchbox copied to clipboard

Support multiple editor in the same page

Open loggerhead opened this issue 3 years ago • 3 comments

If there exists more than one instance of codemirror (like https://json4u.com/en), the search box cannot show at proper position.

loggerhead avatar Jul 12 '22 02:07 loggerhead

Are you willing for a PR?

coderaiser avatar Jul 12 '22 06:07 coderaiser

I have the issue but I don't know how to fix it...

loggerhead avatar Jul 12 '22 06:07 loggerhead

https://github.com/coderaiser/cm-searchbox/blob/620da2611c9c89d07f625579b85df52dbdd6ed82/lib/searchbox.js#L16

Maybe Search should be declared a little bit below so it wasn’t a singleton.

coderaiser avatar Jul 12 '22 07:07 coderaiser