Update bdf.js

This commit is contained in:
Lee Minseo 2022-04-07 00:12:41 +09:00
parent 5e3e7f485d
commit d708fbb815

View File

@ -71,6 +71,7 @@ var HUDNotification = {
}
function copyGlyph(e) {
if (e.innerHTML == ' ') e.innerHTML = ' ';
navigator.clipboard.writeText(e.innerHTML);
HUDNotification.show('클립보드에 ' + e.innerText + '’을(를) 복사했습니다');
clearTimeout(e._flashTimer);