Katochimoto/x-bubbles

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

Summary

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

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