Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoavmavada committed Oct 2, 2024
1 parent b91c347 commit 9426ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoavm-quill",
"version": "2.0.2-alpha1.16",
"version": "2.0.2-alpha1.18",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <jhchen7@gmail.com>",
"homepage": "https://quilljs.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/quill/src/formats/scriptTag.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Block from '../blots/block.js';
import Embed from '../blots/embed.js';

class ScriptTag extends Block {
class ScriptTag extends Embed {
static blotName = 'script';
static tagName = 'SCRIPT';
}
Expand Down

0 comments on commit 9426ea4

Please sign in to comment.