mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 21:17:32 +08:00
Filterable attributes, Int64 entity
This commit is contained in:
@@ -7,7 +7,6 @@ export default class Zoom extends IMouseWheel {
|
||||
get enableZoonIn() {
|
||||
return this.#enableZoonIn
|
||||
}
|
||||
|
||||
set enableZoonIn(value) {
|
||||
value = Boolean(value)
|
||||
if (value == this.#enableZoonIn) {
|
||||
|
||||
Reference in New Issue
Block a user