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

Block Tunes seems not to work #88

Open
d4rxt4r opened this issue Apr 13, 2021 · 2 comments
Open

Block Tunes seems not to work #88

d4rxt4r opened this issue Apr 13, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@d4rxt4r
Copy link

d4rxt4r commented Apr 13, 2021

I'm trying to set up aligment tune for blocks, but i'm getting this kind of errors:

Uncaught TypeError: Cannot read property 'isInternal' of undefined
Uncaught TypeError: Cannot read property 'holder' of undefined
Uncaught TypeError: Cannot read property 'holder' of undefined
Uncaught TypeError: Cannot read property 'tool' of undefined

The tool repo

Code example:

          header: {
            class: Header,
            config: {
              defaultLevel: 3,
              inlineToolbar: true,
            },
            tunes: ["alignmentSetting"],
          },
          paragraph: {
            class: Paragraph,
            tunes: ["alignmentSetting"],
          },
          underline: Underline,
          list: {
            class: List,
            inlineToolbar: true,
            tunes: ["alignmentSetting"],
          },
          alignmentSetting: {
            class: AlignmentBlockTune,
            config: {
              default: "right",
              blocks: {
                header: "center",
                list: "right",
              },
            },
          },```
@ChangJoo-Park
Copy link
Owner

Thank you for your issue. There are so many jobs these days that I can't get my time. I am so sorry. Can you leave a Pull Request?

@ChangJoo-Park ChangJoo-Park added the bug Something isn't working label Apr 14, 2021
@ConnectGrid
Copy link

ConnectGrid commented Jan 14, 2024

I'm experiencing this same isInternal is not defined error on the Text Alignment tune. Guess it's still not fixed 2 years later? Hard to decipher. I'm using the latest versions of everything, loaded from the CDN.

Note, I'm not using Vue.js, so this issue does not seem to be related to Vue, but instead is local to the Text Alignment Block Tune.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants