Mergin better performance branch

This commit is contained in:
barsdeveloper
2022-09-04 14:33:22 +02:00
parent 47c15fbf8d
commit 715dee6a5a
97 changed files with 2725 additions and 2833 deletions

View File

@@ -1,5 +1,3 @@
// @ts-check
import IInputPinTemplate from "./IInputPinTemplate"
/**
@@ -10,8 +8,9 @@ export default class StringPinTemplate extends IInputPinTemplate {
/**
* @param {PinElement} pin
* @param {Map} changedProperties
*/
setup(pin) {
super.setup(pin)
firstUpdated(pin, changedProperties) {
super.firstUpdated(pin, changedProperties)
}
}