mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 15:47:30 +08:00
Fix single line doc comments
This commit is contained in:
@@ -16,9 +16,7 @@ export default class Unfocus extends IInput {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {HTMLElement} target
|
||||
*/
|
||||
/** @param {HTMLElement} target */
|
||||
clickedSomewhere(target) {
|
||||
// If target is outside the blueprint grid
|
||||
if (!target.closest("ueb-blueprint")) {
|
||||
|
||||
Reference in New Issue
Block a user