Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] Feature/tooltip enhancements #907

Merged
merged 27 commits into from
Nov 30, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix doc
  • Loading branch information
neSpecc committed Nov 28, 2019
commit e06c34dfddf8a861c94c9fa87847d734b107e3e5
3 changes: 0 additions & 3 deletions docs/tools-inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ You can pass your Tool's title via `title` static getter. It can be used, for ex
icon description that appears by hover.

```ts

*/
export default class BoldInlineTool implements InlineTool {
/**
* Specifies Tool as Inline Toolbar Tool
Expand All @@ -147,5 +145,4 @@ export default class BoldInlineTool implements InlineTool {

// ... other methods
}

```
2 changes: 1 addition & 1 deletion src/components/external/codex.tooltips