mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
@@ -196,7 +196,7 @@ export const Konva = {
|
|||||||
_injectGlobal(Konva) {
|
_injectGlobal(Konva) {
|
||||||
if (typeof glob.Konva !== 'undefined') {
|
if (typeof glob.Konva !== 'undefined') {
|
||||||
console.error(
|
console.error(
|
||||||
'Severa Konva instances detected. It is not recommended to use multiple Konva instances in the same environment.'
|
'Several Konva instances detected. It is not recommended to use multiple Konva instances in the same environment.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
glob.Konva = Konva;
|
glob.Konva = Konva;
|
||||||
|
Reference in New Issue
Block a user