Skip to content

Remove undefined property on toolbar

Illya Klymov requested to merge xanf-fix-extra into master

What does this MR do and why?

This MR removes reference to missing property inside markdown/toolbar.vue It was added in dd66a743

It's weird, but this blows entire test file under certain conditions with Vue.js 3

How to set up and validate locally

This will be seen only in Vue.js 3 since Vue.js 2 unable to track accessing undefined property on this 😄

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports