mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
fix more precise condition
This commit is contained in:
parent
1c7e1b55f8
commit
21957846b0
@ -237,9 +237,11 @@ export default {
|
|||||||
*/
|
*/
|
||||||
openShowPane() {
|
openShowPane() {
|
||||||
console.log('open the Show Panel');
|
console.log('open the Show Panel');
|
||||||
if (this.context.addressId) {
|
|
||||||
|
if (this.context.edit) {
|
||||||
this.getInitialAddress(this.context.addressId);
|
this.getInitialAddress(this.context.addressId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// when create new address, start first with editPane
|
// when create new address, start first with editPane
|
||||||
if ( this.context.edit === false
|
if ( this.context.edit === false
|
||||||
&& this.flag.editPane === false
|
&& this.flag.editPane === false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user