Skip to content

Commit

Permalink
deploy: 52036c1
Browse files Browse the repository at this point in the history
  • Loading branch information
antmicrobot committed Sep 24, 2024
1 parent d9ac8a2 commit 6df674d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MystEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26261,7 +26261,7 @@ const z_e = (t, e, r) => Et.widget({
this.gutterMarker = document.createElement("div"), this.gutterMarker.classList.add(Cd.MAIN_CLASS), this.lineNumber && (this.gutterMarker.style.width = this.lineNumber.toString().length * 7 + "px", this.gutterMarker.ondrop = () => this.ycomments.moveOrMerge(this.ycomments.draggedComment, this.lineNumber), this.gutterMarker.ondragover = (e) => e.preventDefault());
}
createPopupIcon() {
this.icon = document.createElement("section"), this.icon.classList = Cd.ICON_CLASS, !this.draggedComment && !this.commentId ? (this.icon.onmouseenter = () => this.icon.classList.add(Cd.COMMENT_IMAGE_CLASS), this.icon.onmouseleave = () => this.icon.classList.remove(Cd.COMMENT_IMAGE_CLASS)) : (this.icon.onmouseup = () => this.ycomments.display().switchVisibility(this.commentId), this.icon.onmouseenter = () => {
this.icon = document.createElement("section"), this.icon.classList = Cd.ICON_CLASS, !this.draggedComment && !this.commentId ? (this.icon.onmouseenter = () => this.icon.classList.add(Cd.COMMENT_IMAGE_CLASS), this.icon.onmouseleave = () => this.icon.classList.remove(Cd.COMMENT_IMAGE_CLASS)) : (this.icon.onclick = () => this.ycomments.display().switchVisibility(this.commentId), this.icon.onmouseenter = () => {
this.ycomments.commentWithPopup = this.commentId, this.ycomments.updateMainCodeMirror();
});
}
Expand All @@ -26285,7 +26285,7 @@ const W_e = (t, e, r) => {
lineMarkerChange: (t) => t.transactions.some((e) => e.effects.some((r) => r.is(e2))),
initialSpacer: () => new bd(null, null),
domEventHandlers: {
mouseup(t, e) {
click(t, e) {
let r = t.state.facet(lT.reader), n = W_e(t, e, r);
r.display().switchVisibility(n), t.dispatch({
effects: e2.of(null)
Expand Down
2 changes: 1 addition & 1 deletion docs/collaboration.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ <h2 id="other-collaborative-features">Other Collaborative Features<a class="head

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ <h2 id="suggestions">Suggestions<a class="headerlink" href="#suggestions" title=

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h1 id="myst-editor-user-manual">MyST Editor - User Manual<a class="headerlink"

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h1 id="introduction">Introduction<a class="headerlink" href="#introduction" tit

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/mermaid.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h1 id="mermaid-diagrams">Mermaid Diagrams<a class="headerlink" href="#mermaid-d

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rich-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h2 id="refreshing-links">Refreshing Links<a class="headerlink" href="#refreshin

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h2 id="view-mode-buttons">View Mode Buttons<a class="headerlink" href="#view-mo

</div>

<a href="https://github.com/antmicro/myst-editor/tree/0cc9ddb5767b6854d4d5a0b6b674d9f708dbb2e9">0cc9ddb5</a>
<a href="https://github.com/antmicro/myst-editor/tree/52036c1f120108ff97344ad946f3fd4a10b682fc">52036c1f</a>
@ <a href="https://github.com/antmicro/myst-editor/tree/main">main</a>

</div>
Expand Down

0 comments on commit 6df674d

Please sign in to comment.