* zin: only use client cache when turn on zin.zinTool.
This commit is contained in:
@@ -59,7 +59,8 @@ class node implements \JsonSerializable
|
||||
|
||||
public function __construct(mixed ...$args)
|
||||
{
|
||||
$this->gid = 'zin_' . uniqid();
|
||||
global $config;
|
||||
$this->gid = (isset($config->zinTool) && $config->zinTool) ? static::nextGid() : 'zin_' . uniqid();
|
||||
$this->props = new props();
|
||||
|
||||
disableGlobalRender();
|
||||
|
||||
Reference in New Issue
Block a user