remnote-smart-rem
remnote-smart-rem copied to clipboard
`findAllRem` doesn't return anything?
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]")];
}