Katochimoto/x-bubbles

View on GitHub
src/core/editor/blur.js

Summary

Maintainability
A
0 mins
Test Coverage
const bubble = require('../bubble');

/**
 * @param {Event} event
 */
module.exports = function (event) {
    bubble.bubbling(event.currentTarget);
};