-
Notifications
You must be signed in to change notification settings - Fork 168
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
Addition the menubar position in props #133
Conversation
Thank you for your pr❤️. |
You can add menubarPosition with ['top', 'bottom'] only and don't add 'left' and 'right' |
Does |
…, `editorBubbleMenuClass`, `editorFooterClass` props (#133) https://github.com/Leecason/element-tiptap/pull/133`
# [1.25.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-07-05) ### Bug Fixes * 🎨 type definings ([9cc1274](9cc1274)) * 🐛 show bubble menu when all select (#97) ([b495bec](b495bec)) ### Features * ✨ add `defaultWidth`, `defaultDisplay` options for `Image` extension ([64bc1b6](64bc1b6)) * ✨ add `editorClass`, `editorContentClass`, `editorMenubarClass`, `editorBubbleMenuClass`, `editorFooterClass` props (#133) ([d43d61e](d43d61e)) * ✨ add `lang` prop to support config editor i18n language locally (#62) ([e28b6bd](e28b6bd)) * ✨ add `openInNewTab` option to `Link` extension, default to `true` ([f66ff5e](f66ff5e)) * ✨ add `tooltip` prop to enable/disable tooltip (#121) ([08db78e](08db78e)) * ✨ Add new language `zh-tw` ([be52f57](be52f57)) * ✨ default export `ElementTiptapPlugin` ([bf1726f](bf1726f)) * ✨ enable back to default menu in link bubble menu (#117) ([1805987](1805987))
I add |
yes, thanks |
Hi, I needed to set menubar in the bottom position and I did it by css order. Can you look it and if you think that is ok you will add it to your project. Thanks