remnote-smart-rem icon indicating copy to clipboard operation
remnote-smart-rem copied to clipboard

`findAllRem` doesn't return anything?

Open ryan6416 opened this issue 3 years ago • 0 comments

https://github.com/hannesfrank/remnote-smart-rem/blob/fdafe0a4ea29e6ca2fb2de2895d2d4087883a25c/smart-rem.js#L641

Did the id to get rem changed? @hannesfrank

function findAllRem() {
	return [...document.querySelectorAll("[id^=Pane][id$=REM]")];
}

ryan6416 avatar Jan 11 '23 02:01 ryan6416