Skip to content

Commit

Permalink
Debug ixsl:ondragstart
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jan 11, 2025
1 parent 061ec51 commit 1b1ae3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ exclude-result-prefixes="#all"
</xsl:when>
<!-- prevent drag on its descendants. This makes sure that content drag-and-drop doesn't interfere with drag events in the Map and Graph modes -->
<xsl:otherwise>
<xsl:message>ixsl:ondragstart NON top-level block</xsl:message>
<xsl:message>ixsl:ondragstart NON top-level block: <xsl:value-of select="serialize(.)"/></xsl:message>
<xsl:sequence select="ixsl:call(ixsl:event(), 'preventDefault', [])"/>
</xsl:otherwise>
</xsl:choose>
Expand Down

0 comments on commit 1b1ae3d

Please sign in to comment.