Skip to content

Commit

Permalink
docs: set toolbar-tip tipHoverable to false (#195)
Browse files Browse the repository at this point in the history
* docs: set toolbar-tip tipHoverable to false

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
kagol and autofix-ci[bot] authored Jan 5, 2025
1 parent c6a2149 commit 65ed0fe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"fluent-editor"
],
"scripts": {
"dev": "pnpm -F fluent-editor-docs dev",
"build": "pnpm -F fluent-editor-docs build",
"dev": "pnpm -F docs dev",
"build": "pnpm -F docs build",
"build:lib": "pnpm -F @opentiny/fluent-editor build",
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix",
"install:browser": "pnpm -F fluent-editor-docs install:browser",
"test": "pnpm -F fluent-editor-docs test",
"report": "pnpm -F fluent-editor-docs report"
"install:browser": "pnpm -F docs install:browser",
"test": "pnpm -F docs test",
"report": "pnpm -F docs report"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
Expand Down
6 changes: 5 additions & 1 deletion packages/docs/fluent-editor/demos/toolbar-tip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ onMounted(() => {
'file': true,
'emoji-toolbar': true,
'syntax': true,
'toolbar-tip': true,
'toolbar-tip': {
defaultTooltipOptions: {
tipHoverable: false,
},
},
},
})
})
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fluent-editor-docs",
"name": "docs",
"type": "module",
"version": "0.0.0",
"private": true,
Expand All @@ -19,7 +19,7 @@
"mathlive": "^0.101.0",
"quill-header-list": "0.0.2",
"quill-markdown-shortcuts": "^0.0.10",
"quill-toolbar-tip": "^0.0.6",
"quill-toolbar-tip": "^0.0.7",
"vue": "^3.5.13",
"vue-toastification": "2.0.0-rc.5"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65ed0fe

Please sign in to comment.