mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
style: add parenthesis
This commit is contained in:
parent
9f0b32a2b3
commit
e603637b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export class ColorButton extends WidgetType {
|
|||
let btn = document.createElement("span");
|
||||
btn.setAttribute("aria-hidden", "true");
|
||||
btn.className = "cm-highlight-color-btn";
|
||||
btn.onclick = evt => {
|
||||
btn.onclick = (evt) => {
|
||||
view.dispatch({
|
||||
selection: {
|
||||
anchor: this.colorTag.from,
|
||||
|
|
|
|||
Loading…
Reference in a new issue