Update example pages
This commit is contained in:
@ -139,7 +139,7 @@
|
||||
viewer.setMarkups(markupData);
|
||||
|
||||
viewer.addEventListener(ViewerEvent.MarkupClicked, (data) => {
|
||||
if (data.drawableData) {
|
||||
if (data.markup) {
|
||||
console.log("[Demo] Clicked on markup:", data);
|
||||
}
|
||||
});
|
||||
|
@ -139,7 +139,7 @@
|
||||
registerClickEvent("ClearMarkups");
|
||||
|
||||
viewer.addEventListener(ViewerEvent.MarkupClicked, (data) => {
|
||||
if (data.drawableData) {
|
||||
if (data.markup) {
|
||||
console.log("[Demo] Clicked on markup:", data);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user