fix: checkbox right click (#6103)

* fix: checkbox right click

* fix: checkbox right click

* fix: remove check

* fix: topic id
pull/6112/head
Arik Chakma 7 months ago committed by GitHub
parent f08c7d5052
commit 10a5268a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/components/FrameRenderer/renderer.ts

@ -152,6 +152,10 @@ export class Renderer {
return;
}
if (/^check:/.test(topicId)) {
topicId = topicId.replace('check:', '');
}
pageProgressMessage.set('Updating progress');
updateResourceProgress(
{

Loading…
Cancel
Save