We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
이벤트 창에서 코드 편집을 할때 전체창으로 전환한 후 저장할때 에러 발생함 (ctrl+s)
The text was updated successfully, but these errors were encountered:
코드 편집창 (전체화면) 저장시 에러 발생
event 속성창이 destroy 되면서 나중에 (저장시) 팝업창 콜백 함수에서 에러남 destroy 발생 이유는 전체창으로 전환시 이전 창 닫기 기능 때문임($import)
$import
$import 창 띄울때 두 가지 옵션을 추가함
keepLastPopup
keepApplicationPower
$applications.power
3.3.19 버전(이상)에서 처리(구현) 되었습니다.
Sorry, something went wrong.
keepApplicationPower 옵션은 삭제되었습니다. 또한 팝업창을 띄울때 뒤쪽 화면을 display: none ($applications.power) 시키는 대신 visiblity: hidden 처리 합니다.
display: none ($applications.power)
visiblity: hidden
ng-if ($applications.power)
display: none
3.3.22 버전(이상)에서 처리(구현) 되었습니다.
No branches or pull requests
이벤트 창에서 코드 편집을 할때 전체창으로 전환한 후 저장할때 에러 발생함 (ctrl+s)
The text was updated successfully, but these errors were encountered: