@digabi/exam-engine-core 20.1.2-annotation-markers.0 → 20.2.0-annotation-markers.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
2
2
|
import { AttachmentContext, withAttachmentContext } from '../context/AttachmentContext';
|
3
3
|
function Attachment({ element, renderChildNodes }) {
|
4
4
|
const { displayNumber, isExternal } = useContext(AttachmentContext);
|
5
|
-
return isExternal ? (React.createElement("div", { id: displayNumber, className: "attachments-attachment e-mrg-0 e-mrg-t-8" }, renderChildNodes(element))) : null;
|
5
|
+
return isExternal ? (React.createElement("div", { id: displayNumber, className: "attachments-attachment e-mrg-0 e-mrg-t-8", "data-annotation-anchor": displayNumber }, renderChildNodes(element))) : null;
|
6
6
|
}
|
7
7
|
export default React.memo(withAttachmentContext(Attachment));
|
8
8
|
//# sourceMappingURL=Attachment.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Attachment.js","sourceRoot":"","sources":["../../../src/components/attachments/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAGvF,SAAS,UAAU,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACnE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAEnE,OAAO,UAAU,CAAC,CAAC,CAAC,CAClB,6BAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAC,0CAA0C,
|
1
|
+
{"version":3,"file":"Attachment.js","sourceRoot":"","sources":["../../../src/components/attachments/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAGvF,SAAS,UAAU,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACnE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAEnE,OAAO,UAAU,CAAC,CAAC,CAAC,CAClB,6BAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAC,0CAA0C,4BAAyB,aAAa,IAC/G,gBAAgB,CAAC,OAAO,CAAC,CACtB,CACP,CAAC,CAAC,CAAC,IAAI,CAAA;AACV,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC,CAAA"}
|