Skip to content

Commit 65ed0fe

Browse files
docs: set toolbar-tip tipHoverable to false (#195)
* 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>
1 parent c6a2149 commit 65ed0fe

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"fluent-editor"
2525
],
2626
"scripts": {
27-
"dev": "pnpm -F fluent-editor-docs dev",
28-
"build": "pnpm -F fluent-editor-docs build",
27+
"dev": "pnpm -F docs dev",
28+
"build": "pnpm -F docs build",
2929
"build:lib": "pnpm -F @opentiny/fluent-editor build",
3030
"lint": "eslint . --cache",
3131
"lint:fix": "eslint . --fix",
32-
"install:browser": "pnpm -F fluent-editor-docs install:browser",
33-
"test": "pnpm -F fluent-editor-docs test",
34-
"report": "pnpm -F fluent-editor-docs report"
32+
"install:browser": "pnpm -F docs install:browser",
33+
"test": "pnpm -F docs test",
34+
"report": "pnpm -F docs report"
3535
},
3636
"devDependencies": {
3737
"@antfu/eslint-config": "^3.9.1",

packages/docs/fluent-editor/demos/toolbar-tip.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ onMounted(() => {
5252
'file': true,
5353
'emoji-toolbar': true,
5454
'syntax': true,
55-
'toolbar-tip': true,
55+
'toolbar-tip': {
56+
defaultTooltipOptions: {
57+
tipHoverable: false,
58+
},
59+
},
5660
},
5761
})
5862
})

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fluent-editor-docs",
2+
"name": "docs",
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
@@ -19,7 +19,7 @@
1919
"mathlive": "^0.101.0",
2020
"quill-header-list": "0.0.2",
2121
"quill-markdown-shortcuts": "^0.0.10",
22-
"quill-toolbar-tip": "^0.0.6",
22+
"quill-toolbar-tip": "^0.0.7",
2323
"vue": "^3.5.13",
2424
"vue-toastification": "2.0.0-rc.5"
2525
},

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)