mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45fa6745dd |
@@ -121,6 +121,9 @@ export class Fiber {
|
|||||||
|
|
||||||
_render() {
|
_render() {
|
||||||
const node = this.node;
|
const node = this.node;
|
||||||
|
if (node.status > STATUS.MOUNTED) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const root = this.root;
|
const root = this.root;
|
||||||
if (root) {
|
if (root) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user