Fix formatting
This commit is contained in:
@@ -116,10 +116,9 @@ export default class ComponentView {
|
|||||||
// prevent a full re-render of the vue component on update
|
// prevent a full re-render of the vue component on update
|
||||||
// we'll handle prop updates in `update()`
|
// we'll handle prop updates in `update()`
|
||||||
ignoreMutation(mutation) {
|
ignoreMutation(mutation) {
|
||||||
|
|
||||||
// allow leaf nodes to be selected
|
// allow leaf nodes to be selected
|
||||||
if (mutation.type === "selection") {
|
if (mutation.type === 'selection') {
|
||||||
return false;
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.contentDOM) {
|
if (!this.contentDOM) {
|
||||||
|
|||||||
Reference in New Issue
Block a user